summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-07-26 21:07:43 -0700
committerAdam Cohen <adamcohen@google.com>2011-07-26 21:14:39 -0700
commitc51934bfdfed6a5011c6d6c5b7b70f2d75613d41 (patch)
treef7a71fe9c418dea673413bb9df396a6cf8993c7f /res/layout
parent2f84ef259314b0bef20f6e7e503377212fadc88c (diff)
downloadandroid_packages_apps_Trebuchet-c51934bfdfed6a5011c6d6c5b7b70f2d75613d41.tar.gz
android_packages_apps_Trebuchet-c51934bfdfed6a5011c6d6c5b7b70f2d75613d41.tar.bz2
android_packages_apps_Trebuchet-c51934bfdfed6a5011c6d6c5b7b70f2d75613d41.zip
Updating portals visuals:
-> added leave behind asset to dock, issue 5052467 -> new assets -> modified text Change-Id: Ie395b768658dd5c02443b37c4f58a02cf3e86e59
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/user_folder.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/user_folder.xml b/res/layout/user_folder.xml
index 6b19603f3..7597bc78e 100644
--- a/res/layout/user_folder.xml
+++ b/res/layout/user_folder.xml
@@ -45,8 +45,9 @@
android:paddingTop="@dimen/folder_content_name_gap"
android:background="#00000000"
android:hint="@string/folder_hint_text"
- android:textSize="16sp"
- android:textColor="#FFF"
+ android:textSize="14sp"
+ android:textColor="#ff33b5e5"
+ android:textColorHighlight="#ff333333"
android:gravity="center_horizontal"
android:singleLine="true"/>
</com.android.launcher2.Folder>