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

am: 30a9392b21

Change-Id: I59579f73e7bf75c646989a889dea1b05cf738b6f
This commit is contained in:
Fan Zhang
2019-05-10 01:56:23 -07:00
committed by android-build-merger

View File

@@ -56,13 +56,6 @@
<com.google.android.material.appbar.AppBarLayout <com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> 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"/> <include layout="@layout/search_bar"/>
</com.google.android.material.appbar.AppBarLayout> </com.google.android.material.appbar.AppBarLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout> </androidx.coordinatorlayout.widget.CoordinatorLayout>