summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/subscription_selection_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/subscription_selection_activity.xml')
-rw-r--r--app/src/main/res/layout/subscription_selection_activity.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/subscription_selection_activity.xml b/app/src/main/res/layout/subscription_selection_activity.xml
index a9dce629e..b54e7e4a4 100644
--- a/app/src/main/res/layout/subscription_selection_activity.xml
+++ b/app/src/main/res/layout/subscription_selection_activity.xml
@@ -39,7 +39,9 @@
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_below="@id/divider" />
+ android:clipToPadding="false"
+ android:layout_below="@id/divider"
+ android:paddingBottom="88dp" />
<Button
android:id="@+id/shortcutBtn"