commit | 5fc96f58461bf7156d1918f99af9adfc803eb210 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Mon Jul 18 10:00:46 2011 -0700 |
committer | John Reck <jreck@google.com> | Mon Jul 18 10:00:46 2011 -0700 |
tree | 8e52ddf47c02ceb896ab564640de25f553cba370 | |
parent | a48377d67a3568a7e117f2c4011cd49a871bd13c [diff] |
Fix layout issue Change-Id: I65d20ec4b3ce9ec129fe80214f1b5d783635a36c
diff --git a/res/layout-sw600dp/title_bar_nav.xml b/res/layout-sw600dp/title_bar_nav.xml index ccb9188..818707e 100644 --- a/res/layout-sw600dp/title_bar_nav.xml +++ b/res/layout-sw600dp/title_bar_nav.xml
@@ -21,7 +21,7 @@ <LinearLayout android:id="@+id/navbuttons" android:layout_width="wrap_content" - android:layout_height="wrap_content" + android:layout_height="match_parent" android:orientation="horizontal"> <ImageButton android:id="@+id/back"