From f08d242ca971d4dc3044ecb9a743c731b89161fe Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Thu, 14 Sep 2023 23:51:58 -0400 Subject: Continue changing vote button icons. --- app/src/main/res/layout/item_post_compact.xml | 147 ++++++++++----------- .../layout/item_post_compact_right_thumbnail.xml | 147 ++++++++++----------- 2 files changed, 136 insertions(+), 158 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_post_compact.xml b/app/src/main/res/layout/item_post_compact.xml index de83f336..eda5faca 100644 --- a/app/src/main/res/layout/item_post_compact.xml +++ b/app/src/main/res/layout/item_post_compact.xml @@ -282,102 +282,91 @@ + android:layout_height="wrap_content" + android:padding="8dp"> - + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintBottom_toBottomOf="parent"> - + + + + + + + app:layout_constraintStart_toEndOf="@id/vote_button_toggle_item_post_compact" + style="?attr/materialIconButtonOutlinedStyle" /> - + app:layout_constraintStart_toEndOf="@id/save_button_item_post_compact" + style="?attr/materialIconButtonOutlinedStyle" /> - - - - - + app:layout_constraintHorizontal_bias="1" + style="?attr/materialButtonOutlinedStyle" /> 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 da3305d6..a5ea945e 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 @@ -279,102 +279,91 @@ + android:layout_height="wrap_content" + android:padding="8dp"> - + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintBottom_toBottomOf="parent"> - + + + + + + + app:layout_constraintStart_toEndOf="@id/vote_button_toggle_item_post_compact_right_thumbnail" + style="?attr/materialIconButtonOutlinedStyle" /> - + app:layout_constraintStart_toEndOf="@id/save_button_item_post_compact_right_thumbnail" + style="?attr/materialIconButtonOutlinedStyle" /> - - - - - + app:layout_constraintHorizontal_bias="1" + style="?attr/materialButtonOutlinedStyle" /> -- cgit v1.2.3