summaryrefslogtreecommitdiff
path: root/android/sdremote/res/values/styles.xml
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2012-08-03 14:08:40 +0200
committerMichael Meeks <michael.meeks@suse.com>2012-08-06 10:23:10 +0100
commitb5d6989e8b7a739881f54ce9db0d560fb69e7eb9 (patch)
treeb3f89831b5f29e39fd018879f59424b75e906c59 /android/sdremote/res/values/styles.xml
parent98e52c47474e91dcaa5d41d8fd4925b17689fd65 (diff)
Implemented Server selector.
Change-Id: Ib6d0712c498e831a559df00d301ea2d4b851deed
Diffstat (limited to 'android/sdremote/res/values/styles.xml')
-rw-r--r--android/sdremote/res/values/styles.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/sdremote/res/values/styles.xml b/android/sdremote/res/values/styles.xml
index c95fb0cdbce7..e5a465100222 100644
--- a/android/sdremote/res/values/styles.xml
+++ b/android/sdremote/res/values/styles.xml
@@ -7,6 +7,7 @@
<color name="black">#000000</color>
<color name="light_grey">#E8E9E8</color>
<color name="medium_grey">#C1C2C1</color>
+ <color name="text_grey">#5E5F5F</color>
<integer name="thumbnail_border_width">3</integer>
@@ -48,6 +49,7 @@
<item name="android:actionDropDownStyle">@style/Theme.ImpressRemote.ActionBarMenu</item>
<item name="android:windowBackground">@color/light_grey</item>
<item name="android:homeAsUpIndicator">@drawable/up_indicator_white</item>
+ <item name="android:textColor">@color/text_grey</item>
</style>
</resources> \ No newline at end of file