diff options
author | Adam Powell <adamp@google.com> | 2011-04-26 18:37:24 -0700 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2011-04-26 18:37:24 -0700 |
commit | 62ada81ee1861b6c96d69cfaeb53ca8766a51f17 (patch) | |
tree | 5372db476bd7575d6ee3b8da3d319085491730e1 | |
parent | a5679c8ad4242b08f09cb2a6573a9a1218d7064c (diff) | |
download | frameworks_base-62ada81ee1861b6c96d69cfaeb53ca8766a51f17.zip frameworks_base-62ada81ee1861b6c96d69cfaeb53ca8766a51f17.tar.gz frameworks_base-62ada81ee1861b6c96d69cfaeb53ca8766a51f17.tar.bz2 |
Fix overlay action bar decor layout for lower context mode area.
Change-Id: I36287c36ed36179eed2b742d494d18de87541001
-rw-r--r-- | core/res/res/layout/screen_action_bar_overlay.xml | 2 |
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 b486ee7..cfa335e 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> |