OSDN Git Service

Fix folder hint text color. Likely a regression from upgrading the Activity theme
authorAdam Cohen <adamcohen@google.com>
Fri, 31 Oct 2014 23:58:00 +0000 (16:58 -0700)
committerAdam Cohen <adamcohen@google.com>
Sat, 1 Nov 2014 00:17:25 +0000 (17:17 -0700)
Bug: 18204650
Change-Id: I5e23df5f4f8f1f8ca7a22c8a62797e77c9a4a9e1

res/layout/user_folder.xml

index 4e5303a..31e9da0 100644 (file)
@@ -45,6 +45,7 @@
         android:hint="@string/folder_hint_text"
         android:textSize="14sp"
         android:textColor="#ff777777"
+        android:textColorHint="#ff808080"
         android:textColorHighlight="#ffCCCCCC"
         android:textCursorDrawable="@null"
         android:gravity="center_horizontal"