aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_post_with_preview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_post_with_preview.xml')
-rw-r--r--app/src/main/res/layout/item_post_with_preview.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post_with_preview.xml b/app/src/main/res/layout/item_post_with_preview.xml
index f04b4307..80410c3f 100644
--- a/app/src/main/res/layout/item_post_with_preview.xml
+++ b/app/src/main/res/layout/item_post_with_preview.xml
@@ -258,7 +258,8 @@
android:id="@+id/bottom_constraint_layout_item_post_with_preview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:padding="8dp">
+ android:paddingStart="8dp"
+ android:paddingEnd="8dp">
<com.google.android.material.button.MaterialButtonToggleGroup
android:id="@+id/vote_button_toggle_item_post_with_preview"