aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_comment.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-08-12 09:20:33 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-08-12 09:20:33 +0000
commitb1b3642ca8ceb159282dc684be2d75afa4b37a91 (patch)
tree9a3705247f903aed74c158c9ffb3f56f0a1b5e19 /app/src/main/res/layout/item_comment.xml
parent4df18af91447d7fcd9768f0b5a8f71974f826280 (diff)
downloadinfinity-for-reddit-b1b3642ca8ceb159282dc684be2d75afa4b37a91.tar
infinity-for-reddit-b1b3642ca8ceb159282dc684be2d75afa4b37a91.tar.gz
infinity-for-reddit-b1b3642ca8ceb159282dc684be2d75afa4b37a91.tar.bz2
infinity-for-reddit-b1b3642ca8ceb159282dc684be2d75afa4b37a91.tar.lz
infinity-for-reddit-b1b3642ca8ceb159282dc684be2d75afa4b37a91.tar.xz
infinity-for-reddit-b1b3642ca8ceb159282dc684be2d75afa4b37a91.tar.zst
infinity-for-reddit-b1b3642ca8ceb159282dc684be2d75afa4b37a91.zip
Deleting and editing posts are now available.
Diffstat (limited to 'app/src/main/res/layout/item_comment.xml')
-rw-r--r--app/src/main/res/layout/item_comment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml
index 973b4b44..82281e14 100644
--- a/app/src/main/res/layout/item_comment.xml
+++ b/app/src/main/res/layout/item_comment.xml
@@ -9,7 +9,7 @@
android:id="@+id/vertical_block_item_post_comment"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:background="@color/textColorPrimaryDark"/>
+ android:background="@color/colorPrimaryDarkDayNightTheme"/>
<LinearLayout
android:layout_width="match_parent"
@@ -30,7 +30,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginEnd="16dp"
- android:textColor="@color/textColorPrimaryDark"/>
+ android:textColor="@color/colorPrimaryDarkDayNightTheme"/>
<TextView
android:id="@+id/comment_time_text_view_item_post_comment"