diff options
Diffstat (limited to 'app/src/main/res')
12 files changed, 26 insertions, 12 deletions
diff --git a/app/src/main/res/layout/item_post_card_2_gallery_type.xml b/app/src/main/res/layout/item_post_card_2_gallery_type.xml index 622d3876..fab4e62e 100644 --- a/app/src/main/res/layout/item_post_card_2_gallery_type.xml +++ b/app/src/main/res/layout/item_post_card_2_gallery_type.xml @@ -217,7 +217,8 @@ android:id="@+id/bottom_constraint_layout_item_post_card_2_gallery_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_card_2_gallery_type" diff --git a/app/src/main/res/layout/item_post_card_2_text.xml b/app/src/main/res/layout/item_post_card_2_text.xml index 7a74d657..b784fb22 100644 --- a/app/src/main/res/layout/item_post_card_2_text.xml +++ b/app/src/main/res/layout/item_post_card_2_text.xml @@ -176,7 +176,9 @@ <androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/bottom_constraint_layout_item_post_card_2_text" android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:paddingStart="8dp" + android:paddingEnd="8dp"> <com.google.android.material.button.MaterialButtonToggleGroup android:id="@+id/vote_button_toggle_item_post_card_2_text" diff --git a/app/src/main/res/layout/item_post_card_2_video_autoplay.xml b/app/src/main/res/layout/item_post_card_2_video_autoplay.xml index 494ee4ad..e7e64092 100644 --- a/app/src/main/res/layout/item_post_card_2_video_autoplay.xml +++ b/app/src/main/res/layout/item_post_card_2_video_autoplay.xml @@ -218,7 +218,8 @@ android:id="@+id/bottom_constraint_layout_item_post_card_2_video_autoplay" 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_card_2_video_autoplay" diff --git a/app/src/main/res/layout/item_post_card_2_video_autoplay_legacy_controller.xml b/app/src/main/res/layout/item_post_card_2_video_autoplay_legacy_controller.xml index fcb36fb9..2a8fc862 100644 --- a/app/src/main/res/layout/item_post_card_2_video_autoplay_legacy_controller.xml +++ b/app/src/main/res/layout/item_post_card_2_video_autoplay_legacy_controller.xml @@ -218,7 +218,8 @@ android:id="@+id/bottom_constraint_layout_item_post_card_2_video_autoplay" 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_card_2_video_autoplay" diff --git a/app/src/main/res/layout/item_post_card_2_with_preview.xml b/app/src/main/res/layout/item_post_card_2_with_preview.xml index 07acf34f..fb2e343d 100644 --- a/app/src/main/res/layout/item_post_card_2_with_preview.xml +++ b/app/src/main/res/layout/item_post_card_2_with_preview.xml @@ -229,7 +229,8 @@ android:id="@+id/bottom_constraint_layout_item_post_card_2_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_card_2_with_preview" 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" diff --git a/app/src/main/res/layout/item_post_compact_right_thumbnail.xml b/app/src/main/res/layout/item_post_compact_right_thumbnail.xml index a5ea945e..da1d0599 100644 --- a/app/src/main/res/layout/item_post_compact_right_thumbnail.xml +++ b/app/src/main/res/layout/item_post_compact_right_thumbnail.xml @@ -280,7 +280,8 @@ android:id="@+id/bottom_constraint_layout_item_post_compact_right_thumbnail" 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_right_thumbnail" diff --git a/app/src/main/res/layout/item_post_gallery_type.xml b/app/src/main/res/layout/item_post_gallery_type.xml index 0a5712a9..cf2877c3 100644 --- a/app/src/main/res/layout/item_post_gallery_type.xml +++ b/app/src/main/res/layout/item_post_gallery_type.xml @@ -234,7 +234,8 @@ android:id="@+id/bottom_constraint_layout_item_post_gallery_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_gallery_type" 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" diff --git a/app/src/main/res/layout/item_post_video_type_autoplay.xml b/app/src/main/res/layout/item_post_video_type_autoplay.xml index 24db9673..ab99c40f 100644 --- a/app/src/main/res/layout/item_post_video_type_autoplay.xml +++ b/app/src/main/res/layout/item_post_video_type_autoplay.xml @@ -234,7 +234,8 @@ android:id="@+id/bottom_constraint_layout_item_post_video_type_autoplay" 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_video_type_autoplay" diff --git a/app/src/main/res/layout/item_post_video_type_autoplay_legacy_controller.xml b/app/src/main/res/layout/item_post_video_type_autoplay_legacy_controller.xml index 2e34ec50..752677f6 100644 --- a/app/src/main/res/layout/item_post_video_type_autoplay_legacy_controller.xml +++ b/app/src/main/res/layout/item_post_video_type_autoplay_legacy_controller.xml @@ -233,7 +233,9 @@ <androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/bottom_constraint_layout_item_post_video_type_autoplay" android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:paddingStart="8dp" + android:paddingEnd="8dp"> <com.google.android.material.button.MaterialButtonToggleGroup android:id="@+id/vote_button_toggle_item_post_video_type_autoplay" 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" |