commit | 22a50d1be91b88ef0f978f582c12b8e630f7eef6 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Mon Jul 18 10:23:56 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jul 18 10:23:56 2011 -0700 |
tree | 799952e0fdd4d5f75492fad77579571cabbd3537 | |
parent | caaf540bc9ae738f1b6f27e7012378686124ce6d [diff] | |
parent | 5fc96f58461bf7156d1918f99af9adfc803eb210 [diff] |
Merge "Fix layout issue"
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"