Skip to content

Commit

Permalink
Navbar: Fix MDPI & HDPI landscape layout
Browse files Browse the repository at this point in the history
Before: http://i.imgur.com/89SmFbX.png
After: http://i.imgur.com/UbuAggD.png

Change-Id: I6623cb97881313886de39a67baa98f7bd4b0696a
  • Loading branch information
mikeNG committed Sep 24, 2013
1 parent eccf4c5 commit a5aa55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SystemUI/res/layout/mid_navigation_bar_land.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
android:layout_weight="0"
systemui:glowBackground="@drawable/ic_sysbar_highlight_land" />
<LinearLayout
android:layout_height="wrap_content"
android:layout_height="0dp"
android:layout_width="match_parent"
android:layout_weight="1"
android:orientation="vertical"
Expand Down

0 comments on commit a5aa55c

Please sign in to comment.