diff options
Diffstat (limited to 'app/src/main/res/layout/item_post_compact.xml')
-rw-r--r-- | app/src/main/res/layout/item_post_compact.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post_compact.xml b/app/src/main/res/layout/item_post_compact.xml index eda5faca..c38161b6 100644 --- a/app/src/main/res/layout/item_post_compact.xml +++ b/app/src/main/res/layout/item_post_compact.xml @@ -283,7 +283,8 @@ android:id="@+id/bottom_constraint_layout_item_post_compact" 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_compact" |