Fix overlay action bar decor layout for lower context mode area.

Change-Id: I36287c36ed36179eed2b742d494d18de87541001
This commit is contained in:
Adam Powell
2011-04-26 18:37:24 -07:00
parent a5679c8ad4
commit 62ada81ee1

View File

@@ -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>