diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-02-24 04:54:45 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-02-24 04:54:45 +0000 |
commit | 8768e71a910284a74824a26db3041c339a3af325 (patch) | |
tree | cc9e320f49c313d2cead0d4696e8b6d8257bfe6f /app/src/main/res/layout | |
parent | 07e2e1e746164eb39c20a1bacbb53bdfc3f8d2c8 (diff) | |
download | infinity-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.xml | 12 |
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" /> |