am 96d2cc23: Fix folder hint text color. Likely a regression from upgrading the Activity theme

* commit '96d2cc235dff94d6109cd480fef13afbefa459f1':
  Fix folder hint text color. Likely a regression from upgrading the Activity theme
diff --git a/res/layout/user_folder.xml b/res/layout/user_folder.xml
index 4e5303a..31e9da0 100644
--- a/res/layout/user_folder.xml
+++ b/res/layout/user_folder.xml
@@ -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"