diff --git a/app/src/main/res/layout/fragment_app_list.xml b/app/src/main/res/layout/fragment_app_list.xml index e439bd62..30788a1c 100644 --- a/app/src/main/res/layout/fragment_app_list.xml +++ b/app/src/main/res/layout/fragment_app_list.xml @@ -39,24 +39,18 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:elevation="0dp" /> - - - - + android:elevation="0dp" + app:layout_scrollFlags="scroll|enterAlways" + app:layout_scrollEffect="compress" /> + app:switchOffText="@string/enable_module" + app:layout_scrollFlags="scroll|enterAlways" + app:layout_scrollEffect="compress" /> + + + + diff --git a/app/src/main/res/layout/item_repo_readme.xml b/app/src/main/res/layout/item_repo_readme.xml index 03fa1c1e..18520ea7 100644 --- a/app/src/main/res/layout/item_repo_readme.xml +++ b/app/src/main/res/layout/item_repo_readme.xml @@ -24,8 +24,7 @@ android:layout_height="match_parent" android:clipToPadding="false" android:clipChildren="false" - android:paddingTop="104dp" - app:fitsSystemWindowsInsets="top|bottom"> + app:fitsSystemWindowsInsets="bottom">