summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/simple_list_fragment.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-07-18 09:29:08 +0200
committerByteHamster <info@bytehamster.com>2020-07-18 09:29:08 +0200
commitbb753f46c1b22149b173d431b589c054a879a51b (patch)
tree160c8a718cd805740468e854ced36a9aacfb4eca /app/src/main/res/layout/simple_list_fragment.xml
parent8480db8dc12ca1f625a5487b45783f16e2fcf49f (diff)
downloadAntennaPod-bb753f46c1b22149b173d431b589c054a879a51b.zip
Added horizontal spacing
Diffstat (limited to 'app/src/main/res/layout/simple_list_fragment.xml')
-rw-r--r--app/src/main/res/layout/simple_list_fragment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/simple_list_fragment.xml b/app/src/main/res/layout/simple_list_fragment.xml
index 368029932..48ff3bd6d 100644
--- a/app/src/main/res/layout/simple_list_fragment.xml
+++ b/app/src/main/res/layout/simple_list_fragment.xml
@@ -14,6 +14,7 @@
<de.danoeh.antennapod.view.EpisodeItemListRecyclerView
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:paddingHorizontal="@dimen/additional_horizontal_spacing"
android:layout_below="@id/toolbar"
android:id="@+id/recyclerView"
android:clipToPadding="false"/>