diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/view_content_recycler.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/layout/view_content_web.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/layout/view_main_toolbar.xml | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/view_content_recycler.xml b/app/src/main/res/layout/view_content_recycler.xml index 511cfe5d..811df9a0 100644 --- a/app/src/main/res/layout/view_content_recycler.xml +++ b/app/src/main/res/layout/view_content_recycler.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <com.pitchedapps.frost.views.FrostContentRecycler xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/frost_content_recycler" android:layout_width="match_parent" android:layout_height="match_parent" />
\ No newline at end of file diff --git a/app/src/main/res/layout/view_content_web.xml b/app/src/main/res/layout/view_content_web.xml index 1a51b136..32f97891 100644 --- a/app/src/main/res/layout/view_content_web.xml +++ b/app/src/main/res/layout/view_content_web.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <com.pitchedapps.frost.views.FrostContentWeb xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/frost_content_web" android:layout_width="match_parent" android:layout_height="match_parent" />
\ No newline at end of file diff --git a/app/src/main/res/layout/view_main_toolbar.xml b/app/src/main/res/layout/view_main_toolbar.xml index b0a4de7c..b4572af3 100644 --- a/app/src/main/res/layout/view_main_toolbar.xml +++ b/app/src/main/res/layout/view_main_toolbar.xml @@ -4,5 +4,5 @@ android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" - app:layout_scrollFlags="scroll|enterAlways" + app:layout_scrollFlags="scroll|enterAlways|snap" app:popupTheme="@style/AppTheme.PopupOverlay" />
\ No newline at end of file |