summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-sw600dp
diff options
context:
space:
mode:
authorPeter Ng <petergng@google.com>2011-09-07 11:26:53 -0700
committerMichael Jurka <mikejurka@google.com>2011-09-08 20:35:19 -0700
commit02038e3cbb02268a77e53b4bde9762186238f21b (patch)
tree90a73e323e6450aaa1671bef07fab5726d823b22 /packages/SystemUI/res/layout-sw600dp
parentcad99824680b3c37138b901e26eeb3e287891f22 (diff)
downloadframeworks_base-02038e3cbb02268a77e53b4bde9762186238f21b.zip
frameworks_base-02038e3cbb02268a77e53b4bde9762186238f21b.tar.gz
frameworks_base-02038e3cbb02268a77e53b4bde9762186238f21b.tar.bz2
Updated Recent Apps visuals
-added padding to portrait and landscape layout recent item -updated drawable stroke on press and drag Change-Id: I98e0073f5fba6d13f041871337e4dc534bbc1460
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r--packages/SystemUI/res/layout-sw600dp/status_bar_recent_item.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/status_bar_recent_item.xml b/packages/SystemUI/res/layout-sw600dp/status_bar_recent_item.xml
index 0f45bcd..f4be651 100644
--- a/packages/SystemUI/res/layout-sw600dp/status_bar_recent_item.xml
+++ b/packages/SystemUI/res/layout-sw600dp/status_bar_recent_item.xml
@@ -30,11 +30,11 @@
android:layout_alignParentTop="true"
android:layout_marginLeft="@dimen/status_bar_recents_thumbnail_left_margin"
android:scaleType="center"
- android:background="@drawable/recents_thumbnail_bg">
+ android:background="@drawable/recents_thumbnail_bg"
+ android:foreground="@drawable/recents_thumbnail_fg">
<ImageView android:id="@+id/app_thumbnail_image"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="invisible"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
/>
</FrameLayout>