diff options
author | Michael Kolb <kolby@google.com> | 2011-07-07 14:58:50 -0700 |
---|---|---|
committer | Michael Kolb <kolby@google.com> | 2011-07-11 12:55:16 -0700 |
commit | 0241e7556501caae1f57d2bdf3677d7e4a619eb0 (patch) | |
tree | bfd41aade0cdc406c7d73d8ef4f462e779e58b20 /res/layout | |
parent | aec28a4b000c1e476c7c730f609cc04c0c8dc5b9 (diff) | |
download | packages_apps_browser-0241e7556501caae1f57d2bdf3677d7e4a619eb0.zip packages_apps_browser-0241e7556501caae1f57d2bdf3677d7e4a619eb0.tar.gz packages_apps_browser-0241e7556501caae1f57d2bdf3677d7e4a619eb0.tar.bz2 |
make QC work on phone
Reduce options in QC menu on phone
Avoid restart when enabling/disabling QC
Bug: 3326929
Change-Id: I5119c4df99226dcb28f47a95471872fbf51be48e
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/qc_tab.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/qc_tab.xml b/res/layout/qc_tab.xml index 5379680..6fcd0f4 100644 --- a/res/layout/qc_tab.xml +++ b/res/layout/qc_tab.xml @@ -37,8 +37,8 @@ /> <ImageView android:id="@+id/thumb" - android:layout_height="wrap_content" - android:layout_width="wrap_content" + android:layout_height="@dimen/qc_thumb_width" + android:layout_width="@dimen/qc_thumb_height" android:layout_marginTop= "1dip" android:layout_marginLeft= "1dip" android:layout_marginRight= "1dip" |