diff options
Diffstat (limited to 'app/src/main/res/layout/item_post_text.xml')
-rw-r--r-- | app/src/main/res/layout/item_post_text.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post_text.xml b/app/src/main/res/layout/item_post_text.xml index 68b2a551..d2ec942c 100644 --- a/app/src/main/res/layout/item_post_text.xml +++ b/app/src/main/res/layout/item_post_text.xml @@ -213,7 +213,8 @@ android:id="@+id/bottom_constraint_layout_item_post_text_type" 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_text_type" |