diff options
Diffstat (limited to 'app/src/main/res/layout/cover_fragment.xml')
-rw-r--r-- | app/src/main/res/layout/cover_fragment.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/cover_fragment.xml b/app/src/main/res/layout/cover_fragment.xml index d6664b56c..19f149f2c 100644 --- a/app/src/main/res/layout/cover_fragment.xml +++ b/app/src/main/res/layout/cover_fragment.xml @@ -90,6 +90,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="8dp" + android:paddingHorizontal="8dp" android:background="@drawable/grey_border" android:clickable="true" android:focusable="true" |