diff options
author | Docile-Alligator <chineseperson5@gmail.com> | 2022-04-30 09:56:31 +0000 |
---|---|---|
committer | Docile-Alligator <chineseperson5@gmail.com> | 2022-04-30 09:56:31 +0000 |
commit | 3d374491b344a77c5bb55d34ce5a86e6e50f5f58 (patch) | |
tree | 9084cdf873cb1e59a1a569c833a859af96b6ef56 /app/src/main/res | |
parent | d40fc595401ebb299b2e5ba4b4f723fd14f57fe5 (diff) | |
download | infinity-for-reddit-3d374491b344a77c5bb55d34ce5a86e6e50f5f58.tar infinity-for-reddit-3d374491b344a77c5bb55d34ce5a86e6e50f5f58.tar.gz infinity-for-reddit-3d374491b344a77c5bb55d34ce5a86e6e50f5f58.tar.bz2 infinity-for-reddit-3d374491b344a77c5bb55d34ce5a86e6e50f5f58.tar.lz infinity-for-reddit-3d374491b344a77c5bb55d34ce5a86e6e50f5f58.tar.xz infinity-for-reddit-3d374491b344a77c5bb55d34ce5a86e6e50f5f58.tar.zst infinity-for-reddit-3d374491b344a77c5bb55d34ce5a86e6e50f5f58.zip |
targetSdkVersion 31. Fix sort type problems in anonymous home page and multireddits.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/item_post_card_2_with_preview.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 7c752ab1..88edcd81 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 @@ -49,6 +49,7 @@ android:layout_height="wrap_content" android:drawableTop="@drawable/ic_error_outline_black_24dp" android:layout_gravity="center" + android:gravity="center" android:paddingStart="16dp" android:paddingEnd="16dp" android:text="@string/error_loading_image_tap_to_retry" |