Merge "Clean up homepage toolbar after setting transparent navbar." into qt-dev am: 30a9392b21

am: f57d1108df

Change-Id: I3784a56c72ccb8b4a6a0732e0102fc8641df32ce
This commit is contained in:
Fan Zhang
2019-05-10 06:12:51 -07:00
committed by android-build-merger

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>