diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-02-23 16:15:37 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-02-23 16:15:37 +0000 |
commit | 07e2e1e746164eb39c20a1bacbb53bdfc3f8d2c8 (patch) | |
tree | b10b88fb362bfcad2f235cab77c201b32b265a3c /app/src/main/res/layout | |
parent | 73ddafdfccc3f6bb69df13b06a2b7b68e9f6dce8 (diff) | |
download | infinity-for-reddit-07e2e1e746164eb39c20a1bacbb53bdfc3f8d2c8.tar infinity-for-reddit-07e2e1e746164eb39c20a1bacbb53bdfc3f8d2c8.tar.gz infinity-for-reddit-07e2e1e746164eb39c20a1bacbb53bdfc3f8d2c8.tar.bz2 infinity-for-reddit-07e2e1e746164eb39c20a1bacbb53bdfc3f8d2c8.tar.lz infinity-for-reddit-07e2e1e746164eb39c20a1bacbb53bdfc3f8d2c8.tar.xz infinity-for-reddit-07e2e1e746164eb39c20a1bacbb53bdfc3f8d2c8.tar.zst infinity-for-reddit-07e2e1e746164eb39c20a1bacbb53bdfc3f8d2c8.zip |
New options: hide post type and hide the number of awards. Tweak settings.
Diffstat (limited to 'app/src/main/res/layout')
3 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/item_post_card_2_text.xml b/app/src/main/res/layout/item_post_card_2_text.xml index af8fe398..a133cd52 100644 --- a/app/src/main/res/layout/item_post_card_2_text.xml +++ b/app/src/main/res/layout/item_post_card_2_text.xml @@ -4,7 +4,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" xmlns:tools="http://schemas.android.com/tools" - android:paddingTop="8dp" + android:paddingTop="12dp" android:clickable="true" android:focusable="true" android:background="?attr/selectableItemBackground" diff --git a/app/src/main/res/layout/item_post_card_2_video_autoplay.xml b/app/src/main/res/layout/item_post_card_2_video_autoplay.xml index 9047c717..da85dcea 100644 --- a/app/src/main/res/layout/item_post_card_2_video_autoplay.xml +++ b/app/src/main/res/layout/item_post_card_2_video_autoplay.xml @@ -4,7 +4,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" xmlns:tools="http://schemas.android.com/tools" - android:paddingTop="8dp" + android:paddingTop="16dp" android:clickable="true" android:focusable="true" android:background="?attr/selectableItemBackground" diff --git a/app/src/main/res/layout/item_post_card_2_with_preview.xml b/app/src/main/res/layout/item_post_card_2_with_preview.xml index 4007aae2..07e17a71 100644 --- a/app/src/main/res/layout/item_post_card_2_with_preview.xml +++ b/app/src/main/res/layout/item_post_card_2_with_preview.xml @@ -4,7 +4,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" xmlns:tools="http://schemas.android.com/tools" - android:paddingTop="8dp" + android:paddingTop="16dp" android:clickable="true" android:focusable="true" android:background="?attr/selectableItemBackground" |