android: frontend: gamelist: Fix weird scroll behavior with action bar.

This commit is contained in:
bunnei 2019-08-30 13:06:21 -04:00 committed by xperia64
parent d8bc9d351f
commit cecb4546c5

View File

@ -15,7 +15,6 @@
android:id="@+id/toolbar_main" android:id="@+id/toolbar_main"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="?attr/actionBarSize"
app:layout_scrollFlags="scroll|enterAlways"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" /> app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
</android.support.design.widget.AppBarLayout> </android.support.design.widget.AppBarLayout>