From 29237575d7628e5a91c169a76baa6ec45135554b Mon Sep 17 00:00:00 2001
From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Date: Mon, 9 Oct 2023 09:23:14 -0400
Subject: Update theme preview.
---
.../res/layout/fragment_theme_preview_comments.xml | 306 +++++++++++----------
.../res/layout/fragment_theme_preview_posts.xml | 132 ++++-----
2 files changed, 238 insertions(+), 200 deletions(-)
(limited to 'app/src/main/res')
diff --git a/app/src/main/res/layout/fragment_theme_preview_comments.xml b/app/src/main/res/layout/fragment_theme_preview_comments.xml
index 08e24fc1..76c33ecf 100644
--- a/app/src/main/res/layout/fragment_theme_preview_comments.xml
+++ b/app/src/main/res/layout/fragment_theme_preview_comments.xml
@@ -104,108 +104,123 @@
android:id="@+id/bottom_constraint_layout_theme_preview_comments_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingBottom="12dp"
android:paddingStart="4dp"
android:paddingEnd="4dp">
-
-
-
-
-
+
+
+
+
+
+
+
+
+ app:layout_constraintEnd_toStartOf="@+id/more_button_theme_preview_comments_fragment"
+ app:layout_constraintHorizontal_bias="0.5"
+ app:layout_constraintStart_toEndOf="@+id/vote_button_toggle_theme_preview_comments_fragment"
+ app:layout_constraintTop_toTopOf="parent" />
-
+ style="?attr/materialIconButtonOutlinedStyle" />
-
+ app:layout_constraintHorizontal_bias="0.5"
+ app:layout_constraintStart_toEndOf="@+id/more_button_theme_preview_comments_fragment"
+ app:layout_constraintTop_toTopOf="parent" />
-
+ style="?attr/materialIconButtonOutlinedStyle" />
-
+ style="?attr/materialIconButtonOutlinedStyle" />
@@ -311,108 +326,123 @@
android:id="@+id/bottom_constraint_layout_award_background_theme_preview_comments_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingBottom="12dp"
android:paddingStart="4dp"
android:paddingEnd="4dp">
-
-
-
-
-
+
+
+
+
+
+
+
+
+ app:layout_constraintEnd_toStartOf="@+id/more_button_award_background_theme_preview_comments_fragment"
+ app:layout_constraintHorizontal_bias="0.5"
+ app:layout_constraintStart_toEndOf="@+id/vote_button_toggle_award_background_theme_preview_comments_fragment"
+ app:layout_constraintTop_toTopOf="parent" />
-
+ style="?attr/materialIconButtonOutlinedStyle" />
-
+ app:layout_constraintHorizontal_bias="0.5"
+ app:layout_constraintStart_toEndOf="@+id/more_button_award_background_theme_preview_comments_fragment"
+ app:layout_constraintTop_toTopOf="parent" />
-
+ style="?attr/materialIconButtonOutlinedStyle" />
-
+ style="?attr/materialIconButtonOutlinedStyle" />
diff --git a/app/src/main/res/layout/fragment_theme_preview_posts.xml b/app/src/main/res/layout/fragment_theme_preview_posts.xml
index 9ed975e3..081c22f5 100644
--- a/app/src/main/res/layout/fragment_theme_preview_posts.xml
+++ b/app/src/main/res/layout/fragment_theme_preview_posts.xml
@@ -237,91 +237,99 @@
app:tint="@android:color/tab_indicator_text" />
+ android:layout_height="wrap_content"
+ android:paddingStart="8dp"
+ android:paddingEnd="8dp">
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ app:layout_constraintStart_toEndOf="@id/vote_button_toggle_theme_preview_posts_fragment"
+ style="?attr/materialIconButtonOutlinedStyle" />
-
+ style="?attr/materialIconButtonOutlinedStyle" />
-
+ style="?attr/materialIconButtonOutlinedStyle" />
--
cgit v1.2.3