aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_comment.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-08-12 01:50:25 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-08-12 01:50:25 +0000
commit4ca9b065516a6f6799aab6842d419e9f22f8dfa0 (patch)
tree949cdc58d09aa1b3e5cc6d9ee2a75ce342feba87 /app/src/main/res/layout/item_comment.xml
parent90c7c664053efe0f09c971ba5ee7a63b3a57b3c6 (diff)
downloadinfinity-for-reddit-4ca9b065516a6f6799aab6842d419e9f22f8dfa0.tar
infinity-for-reddit-4ca9b065516a6f6799aab6842d419e9f22f8dfa0.tar.gz
infinity-for-reddit-4ca9b065516a6f6799aab6842d419e9f22f8dfa0.tar.bz2
infinity-for-reddit-4ca9b065516a6f6799aab6842d419e9f22f8dfa0.tar.lz
infinity-for-reddit-4ca9b065516a6f6799aab6842d419e9f22f8dfa0.tar.xz
infinity-for-reddit-4ca9b065516a6f6799aab6842d419e9f22f8dfa0.tar.zst
infinity-for-reddit-4ca9b065516a6f6799aab6842d419e9f22f8dfa0.zip
Fixed UI in dark theme.
Diffstat (limited to 'app/src/main/res/layout/item_comment.xml')
-rw-r--r--app/src/main/res/layout/item_comment.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml
index 89db5a2f..973b4b44 100644
--- a/app/src/main/res/layout/item_comment.xml
+++ b/app/src/main/res/layout/item_comment.xml
@@ -2,7 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/linear_layout_item_comment"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:background="@color/cardViewBackgroundColor">
<View
android:id="@+id/vertical_block_item_post_comment"