summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
authorPeter Ng <petergng@google.com>2011-10-12 15:49:39 -0700
committerPeter Ng <petergng@google.com>2011-10-14 12:37:42 -0700
commit2d136a83a012f8a27aee0300d264243728d12611 (patch)
treee9240f43d7412263ed9c0e7330f2b00f497ed1ac /packages/SystemUI/res/layout
parentdcb4e158bcddb8266afaf863ae8832b92bed62a7 (diff)
downloadframeworks_base-2d136a83a012f8a27aee0300d264243728d12611.zip
frameworks_base-2d136a83a012f8a27aee0300d264243728d12611.tar.gz
frameworks_base-2d136a83a012f8a27aee0300d264243728d12611.tar.bz2
Layout changes to recents
Bug: 5411813 -gravity is set to center -textsize is smaller -app icon placement now hangs off the screenshot -recents callout line now defined in colors -recents thumbnail normal state drawable added Change-Id: Ibeaec7e3f0a3bcdbe3f990886b1536cb7d7fdc03
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r--packages/SystemUI/res/layout/status_bar_no_recent_apps.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_no_recent_apps.xml b/packages/SystemUI/res/layout/status_bar_no_recent_apps.xml
index 47ffb83..1675773 100644
--- a/packages/SystemUI/res/layout/status_bar_no_recent_apps.xml
+++ b/packages/SystemUI/res/layout/status_bar_no_recent_apps.xml
@@ -27,8 +27,8 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textSize="24dp"
- android:textColor="#ffffffff"
+ android:textSize="20dp"
+ android:textColor="@android:color/holo_blue_light"
android:text="@string/status_bar_no_recent_apps"
android:gravity="center_horizontal"
android:layout_gravity="center"