aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/ab_title.xml
diff options
context:
space:
mode:
authorMatthias Rieber <matthias@zu-con.org>2015-08-29 12:22:52 +0200
committerChristian S <christian@pix-art.de>2016-05-05 19:28:48 +0200
commit626d0d3260d792843bebf2a8b8a62c1a026dd314 (patch)
tree476c7a8359393aefa42c9bc7eecf5bedf2c58c54 /src/main/res/layout/ab_title.xml
parent566b5b0181580b6fee7a91c5ea6cf5b41e1c3c57 (diff)
blue theme
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/ab_title.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/ab_title.xml b/src/main/res/layout/ab_title.xml
index b6b7e5497..19a9be1e6 100644
--- a/src/main/res/layout/ab_title.xml
+++ b/src/main/res/layout/ab_title.xml
@@ -24,7 +24,7 @@
android:layout_below="@android:id/text1"
android:singleLine="true"
android:textSize="12dp"
- android:textColor="@color/black54"
+ android:textColor="@color/grey50"
android:gravity="center_vertical"
android:onClick="onClick"
android:clickable="true"