summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Adam Powell <adamp@google.com> 2011-04-26 18:38:23 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-04-26 18:38:23 -0700
commitf076aa5594840baf70fd78a00d1152bd13dfb80c (patch)
treee597919a6b648e6a703c730a28a8745c0fa2620e
parent25d2893515c5943156877983cee9b4fa5bb28214 (diff)
parent62ada81ee1861b6c96d69cfaeb53ca8766a51f17 (diff)
Merge "Fix overlay action bar decor layout for lower context mode area."
-rw-r--r--core/res/res/layout/screen_action_bar_overlay.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/screen_action_bar_overlay.xml b/core/res/res/layout/screen_action_bar_overlay.xml
index b486ee75fc37..cfa335e51d47 100644
--- a/core/res/res/layout/screen_action_bar_overlay.xml
+++ b/core/res/res/layout/screen_action_bar_overlay.xml
@@ -49,7 +49,7 @@ the Action Bar enabled overlaying application content.
<LinearLayout android:id="@+id/lower_action_context_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_gravity="bottom"
+ android:layout_alignParentBottom="true"
style="?android:attr/actionBarStyle"
android:visibility="gone" />
</RelativeLayout>