diff options
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.xml | 4 |
1 files changed, 2 insertions, 2 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 880487fd..fcb4e9f4 100644 --- a/app/src/main/res/layout/item_post_with_preview.xml +++ b/app/src/main/res/layout/item_post_with_preview.xml @@ -258,8 +258,8 @@ android:id="@+id/bottom_constraint_layout_item_post_with_preview" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingStart="8dp" - android:paddingEnd="8dp"> + android:paddingStart="4dp" + android:paddingEnd="4dp"> <com.google.android.material.button.MaterialButton style="?attr/materialIconButtonStyle" |