diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-07-09 14:29:22 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-07-09 14:29:22 +0000 |
commit | 5020bf633fbfb0655e006da9dcf0028fe3370cbb (patch) | |
tree | 21924a5ed2ad36b4c6c360e4c9d85ccce7e7112e /app/src/main/res/xml/interface_preference.xml | |
parent | 70264ee6321660414069cda09ce076eb007478d4 (diff) | |
download | infinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.tar infinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.tar.gz infinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.tar.bz2 infinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.tar.lz infinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.tar.xz infinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.tar.zst infinity-for-reddit-5020bf633fbfb0655e006da9dcf0028fe3370cbb.zip |
Fix username takes up too much space in comments. Add PostCompactRightLeftThumbnailViewHolder and PostCompactLeftThumbnailViewHolder in order to fix layout issues in ConstraintLayout v2.0.0-beta8. Rename 'Show Thumbnail on the Right in Compact Layout' to 'Show Thumbnail on the Left in Compact Layout'.
Diffstat (limited to 'app/src/main/res/xml/interface_preference.xml')
-rw-r--r-- | app/src/main/res/xml/interface_preference.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/xml/interface_preference.xml b/app/src/main/res/xml/interface_preference.xml index 84d60853..e391a21c 100644 --- a/app/src/main/res/xml/interface_preference.xml +++ b/app/src/main/res/xml/interface_preference.xml @@ -46,8 +46,8 @@ <SwitchPreference app:defaultValue="false" - app:key="show_thumbnail_on_the_right_in_compact_layout" - app:title="@string/settings_show_thumbnail_on_the_right_in_compact_layout" /> + app:key="show_thumbnail_on_the_left_in_compact_layout" + app:title="@string/settings_show_thumbnail_on_the_left_in_compact_layout" /> <SwitchPreference app:defaultValue="false" |