From dc61f26701e7ad95d91d7e8888ed27f852d38032 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Thu, 26 May 2011 13:21:32 -0700 Subject: DO NOT MERGE - Fix bug 4489946 - Remove placeholder views for phones in smaller-screen decor layouts. Keep the internal id declared to keep code in sync with downstream branches. Change-Id: I25d2ff7c40c220ecc93b195dfd4e953fe0b4d944 --- core/res/res/layout/screen_action_bar.xml | 5 ----- core/res/res/layout/screen_action_bar_overlay.xml | 6 ------ core/res/res/values/ids.xml | 1 + 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/core/res/res/layout/screen_action_bar.xml b/core/res/res/layout/screen_action_bar.xml index 70af265..5684335 100644 --- a/core/res/res/layout/screen_action_bar.xml +++ b/core/res/res/layout/screen_action_bar.xml @@ -43,9 +43,4 @@ This is an optimized layout for a screen with the Action Bar enabled. android:layout_weight="1" android:foregroundGravity="fill_horizontal|top" android:foreground="?android:attr/windowContentOverlay" /> - diff --git a/core/res/res/layout/screen_action_bar_overlay.xml b/core/res/res/layout/screen_action_bar_overlay.xml index b486ee7..89f0d89 100644 --- a/core/res/res/layout/screen_action_bar_overlay.xml +++ b/core/res/res/layout/screen_action_bar_overlay.xml @@ -46,10 +46,4 @@ the Action Bar enabled overlaying application content. android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/action_bar_container" /> - diff --git a/core/res/res/values/ids.xml b/core/res/res/values/ids.xml index d05685c..e8d9fde 100644 --- a/core/res/res/values/ids.xml +++ b/core/res/res/values/ids.xml @@ -74,4 +74,5 @@ + -- cgit v1.1