From 67a0a6ab099c35e723a5dcad3efa4ddb0f3ad41a Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Wed, 18 May 2011 19:10:46 -0700 Subject: DO NOT MERGE Adjust action bar home/up sizing/padding for smaller tablets. Change-Id: I56a75189ae48f04934882661ce5014549a089769 --- core/res/res/layout-w720dp/action_bar_home.xml | 36 ++++++++++++++++++++++++++ core/res/res/layout/action_bar_home.xml | 6 ++--- 2 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 core/res/res/layout-w720dp/action_bar_home.xml diff --git a/core/res/res/layout-w720dp/action_bar_home.xml b/core/res/res/layout-w720dp/action_bar_home.xml new file mode 100644 index 000000000000..ece1a34ab13a --- /dev/null +++ b/core/res/res/layout-w720dp/action_bar_home.xml @@ -0,0 +1,36 @@ + + + + + + + diff --git a/core/res/res/layout/action_bar_home.xml b/core/res/res/layout/action_bar_home.xml index c82f91d7dfd8..a45432a3105f 100644 --- a/core/res/res/layout/action_bar_home.xml +++ b/core/res/res/layout/action_bar_home.xml @@ -25,12 +25,12 @@ android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginRight="-12dip" /> + android:layout_marginRight="-4dip" /> -- cgit v1.2.3-59-g8ed1b