diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-09-27 08:58:57 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-09-27 08:58:57 +0000 |
commit | 47832e1e91db7e355b8122e1b533966c8df5ddba (patch) | |
tree | 069b08b46e6c43f18b017c957666c5ff9597e073 /app/src/main/res/layout/item_post.xml | |
parent | edf85c2bc3d0a7d983b93d888e540380529601ca (diff) | |
download | infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.gz infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.bz2 infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.lz infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.xz infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.tar.zst infinity-for-reddit-47832e1e91db7e355b8122e1b533966c8df5ddba.zip |
Blurring spoiler post images is now available. Change spoiler and flair text background colors. Fixed collapsed comments shown after orientation change.
Diffstat (limited to 'app/src/main/res/layout/item_post.xml')
-rw-r--r-- | app/src/main/res/layout/item_post.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml index 058d53ae..624331a6 100644 --- a/app/src/main/res/layout/item_post.xml +++ b/app/src/main/res/layout/item_post.xml @@ -204,8 +204,8 @@ android:padding="4dp" android:visibility="gone" app:lib_setRadius="3dp" - app:lib_setRoundedBGColor="@color/backgroundColorPrimaryDark" - app:lib_setRoundedBorderColor="@color/backgroundColorPrimaryDark" + app:lib_setRoundedBGColor="@color/spoilerBackgroundColor" + app:lib_setRoundedBorderColor="@color/spoilerBackgroundColor" app:lib_setRoundedView="true" app:lib_setShape="rectangle" /> @@ -220,8 +220,8 @@ android:padding="4dp" android:visibility="gone" app:lib_setRadius="3dp" - app:lib_setRoundedBGColor="@color/backgroundColorPrimaryDark" - app:lib_setRoundedBorderColor="@color/backgroundColorPrimaryDark" + app:lib_setRoundedBGColor="@color/flairBackgroundColor" + app:lib_setRoundedBorderColor="@color/flairBackgroundColor" app:lib_setRoundedView="true" app:lib_setShape="rectangle" /> |