aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-01-28 22:29:46 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-01-28 22:29:46 +0900
commit5dcfe02b8b9214c3e15131bd15d025d33787cde5 (patch)
tree4ab088888a5d8a15979286c0aae038dd2a07908d /app/src/main/res
parent7461aa7513f57c80c06bce0828c450deceb30785 (diff)
downloadSmileEssence-5dcfe02b8b9214c3e15131bd15d025d33787cde5.tar.gz
Set themed color in XML
Only content text and footer text which aren't affected by other conditions.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/list_item_status.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/list_item_status.xml b/app/src/main/res/layout/list_item_status.xml
index 81bc771b..e6d7fecd 100644
--- a/app/src/main/res/layout/list_item_status.xml
+++ b/app/src/main/res/layout/list_item_status.xml
@@ -53,7 +53,8 @@
android:layout_alignParentRight="true"
android:layout_below="@+id/textview_status_header"
android:layout_marginBottom="3dp"
- android:layout_marginTop="1dp" />
+ android:layout_marginTop="1dp"
+ android:textColor="?attr/color_status_text_normal" />
<TextView
android:id="@+id/textview_status_footer"
@@ -81,5 +82,6 @@
android:layout_alignLeft="@+id/textview_status_text"
android:layout_below="@+id/textview_status_footer"
android:layout_marginRight="1dp"
- android:layout_marginTop="3dp" />
+ android:layout_marginTop="3dp"
+ android:textColor="?attr/color_status_text_footer" />
</RelativeLayout> \ No newline at end of file