aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_post_detail.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-09-27 08:58:57 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-09-27 08:58:57 +0000
commit47832e1e91db7e355b8122e1b533966c8df5ddba (patch)
tree069b08b46e6c43f18b017c957666c5ff9597e073 /app/src/main/res/layout/item_post_detail.xml
parentedf85c2bc3d0a7d983b93d888e540380529601ca (diff)
downloadinfinity-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_detail.xml')
-rw-r--r--app/src/main/res/layout/item_post_detail.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_post_detail.xml b/app/src/main/res/layout/item_post_detail.xml
index 09a99591..d0647265 100644
--- a/app/src/main/res/layout/item_post_detail.xml
+++ b/app/src/main/res/layout/item_post_detail.xml
@@ -209,7 +209,8 @@
android:padding="4dp"
android:visibility="gone"
app:lib_setRadius="3dp"
- app:lib_setRoundedBorderColor="@color/colorPrimaryDarkDayNightTheme"
+ app:lib_setRoundedBGColor="@color/spoilerBackgroundColor"
+ app:lib_setRoundedBorderColor="@color/spoilerBackgroundColor"
app:lib_setRoundedView="true"
app:lib_setShape="rectangle" />
@@ -224,7 +225,8 @@
android:textColor="@android:color/white"
android:visibility="gone"
app:lib_setRadius="3dp"
- app:lib_setRoundedBorderColor="@color/colorPrimaryDarkDayNightTheme"
+ app:lib_setRoundedBGColor="@color/flairBackgroundColor"
+ app:lib_setRoundedBorderColor="@color/flairBackgroundColor"
app:lib_setRoundedView="true"
app:lib_setShape="rectangle" />