From a5482a6b33155ec01e778006ca7c2ddfb465b8b2 Mon Sep 17 00:00:00 2001
From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Date: Wed, 13 Sep 2023 22:04:11 -0400
Subject: Continue adding Card Layout 3. Settings entry for Card Layout 3.
---
.../layout/fragment_post_layot_bottom_sheet.xml | 81 ------------------
.../layout/fragment_post_layout_bottom_sheet.xml | 97 ++++++++++++++++++++++
app/src/main/res/values/arrays.xml | 4 +
app/src/main/res/values/strings.xml | 1 +
4 files changed, 102 insertions(+), 81 deletions(-)
delete mode 100644 app/src/main/res/layout/fragment_post_layot_bottom_sheet.xml
create mode 100644 app/src/main/res/layout/fragment_post_layout_bottom_sheet.xml
(limited to 'app/src/main/res')
diff --git a/app/src/main/res/layout/fragment_post_layot_bottom_sheet.xml b/app/src/main/res/layout/fragment_post_layot_bottom_sheet.xml
deleted file mode 100644
index e42263a0..00000000
--- a/app/src/main/res/layout/fragment_post_layot_bottom_sheet.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_post_layout_bottom_sheet.xml b/app/src/main/res/layout/fragment_post_layout_bottom_sheet.xml
new file mode 100644
index 00000000..5f714e39
--- /dev/null
+++ b/app/src/main/res/layout/fragment_post_layout_bottom_sheet.xml
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index 79a54712..7d82435d 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -44,6 +44,7 @@
- @string/post_layout_card
- @string/post_layout_card_2
+ - @string/post_layout_card_3
- @string/post_layout_compact
- @string/post_layout_gallery
@@ -51,6 +52,7 @@
- 0
- 3
+ - 4
- 1
- 2
@@ -59,6 +61,7 @@
- @string/link_post_layout_auto
- @string/post_layout_card
- @string/post_layout_card_2
+ - @string/post_layout_card_3
- @string/post_layout_compact
- @string/post_layout_gallery
@@ -67,6 +70,7 @@
- -1
- 0
- 3
+ - 4
- 1
- 2
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 641a647f..0b5bdac1 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -684,6 +684,7 @@
Compact Layout
Gallery Layout
Card Layout 2
+ Card Layout 3
Just Now
1 Minute
--
cgit v1.2.3