summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/activity_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_list.xml')
-rw-r--r--app/src/main/res/layout/activity_list.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_list.xml b/app/src/main/res/layout/activity_list.xml
index e55a04b5d..ad0744987 100644
--- a/app/src/main/res/layout/activity_list.xml
+++ b/app/src/main/res/layout/activity_list.xml
@@ -2,8 +2,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:orientation="vertical"
- android:padding="@dimen/fab_margin">
+ android:layout_marginHorizontal="6dp"
+ android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"