aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-02-24 04:54:45 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-02-24 04:54:45 +0000
commit8768e71a910284a74824a26db3041c339a3af325 (patch)
treecc9e320f49c313d2cead0d4696e8b6d8257bfe6f /app/src/main/res/layout
parent07e2e1e746164eb39c20a1bacbb53bdfc3f8d2c8 (diff)
downloadinfinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.tar
infinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.tar.gz
infinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.tar.bz2
infinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.tar.lz
infinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.tar.xz
infinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.tar.zst
infinity-for-reddit-8768e71a910284a74824a26db3041c339a3af325.zip
New options: Hide subreddit and user prefix and hide the number of votes.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/fragment_post_layot_bottom_sheet.xml12
1 files changed, 6 insertions, 6 deletions
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
index 3cf40d28..e42263a0 100644
--- a/app/src/main/res/layout/fragment_post_layot_bottom_sheet.xml
+++ b/app/src/main/res/layout/fragment_post_layot_bottom_sheet.xml
@@ -29,7 +29,7 @@
android:fontFamily="?attr/font_family" />
<TextView
- android:id="@+id/compact_layout_text_view_post_layout_bottom_sheet_fragment"
+ android:id="@+id/card_layout_2_text_view_post_layout_bottom_sheet_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
@@ -39,13 +39,13 @@
android:paddingTop="16dp"
android:paddingEnd="32dp"
android:paddingBottom="16dp"
- android:text="@string/post_layout_compact"
+ android:text="@string/post_layout_card_2"
android:textColor="?attr/primaryTextColor"
android:textSize="?attr/font_default"
android:fontFamily="?attr/font_family" />
<TextView
- android:id="@+id/gallery_layout_text_view_post_layout_bottom_sheet_fragment"
+ android:id="@+id/compact_layout_text_view_post_layout_bottom_sheet_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
@@ -55,13 +55,13 @@
android:paddingTop="16dp"
android:paddingEnd="32dp"
android:paddingBottom="16dp"
- android:text="@string/post_layout_gallery"
+ android:text="@string/post_layout_compact"
android:textColor="?attr/primaryTextColor"
android:textSize="?attr/font_default"
android:fontFamily="?attr/font_family" />
<TextView
- android:id="@+id/card_layout_2_text_view_post_layout_bottom_sheet_fragment"
+ android:id="@+id/gallery_layout_text_view_post_layout_bottom_sheet_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
@@ -71,7 +71,7 @@
android:paddingTop="16dp"
android:paddingEnd="32dp"
android:paddingBottom="16dp"
- android:text="@string/post_layout_card_2"
+ android:text="@string/post_layout_gallery"
android:textColor="?attr/primaryTextColor"
android:textSize="?attr/font_default"
android:fontFamily="?attr/font_family" />