Merge "Clean up homepage toolbar after setting transparent navbar." into qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-10 00:27:34 +00:00
committed by Android (Google) Code Review

View File

@@ -56,13 +56,6 @@
<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Space
android:layout_width="match_parent"
android:layout_height="0dp"
android:background="@android:color/transparent"
app:layout_scrollFlags="scroll|enterAlways"/>
<include layout="@layout/search_bar"/>
</com.google.android.material.appbar.AppBarLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>