From 0d9cee8af8998cfbbe855adebbf9bbe3491d432c Mon Sep 17 00:00:00 2001
From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Date: Wed, 4 Jun 2025 20:00:43 -0400
Subject: [PATCH] Compact layout 2 is available in the default post layout
setting.
---
app/src/main/res/values/arrays.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index 86295737..ca7a6bc6 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -46,6 +46,7 @@
- @string/post_layout_card_2
- @string/post_layout_card_3
- @string/post_layout_compact
+ - @string/post_layout_compact_2
- @string/post_layout_gallery
@@ -54,6 +55,7 @@
- 3
- 4
- 1
+ - 5
- 2