diff options
author | Adam Powell <adamp@google.com> | 2012-05-04 14:48:58 -0700 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2012-05-04 14:48:58 -0700 |
commit | e6a880a579af68e34798306800015a44473f21e3 (patch) | |
tree | 6f5991d36de2b44727ed4d8434679fde3b945a0b /res/layout | |
parent | 9762658939747166e3c40d817971aa5b17231ee7 (diff) | |
download | packages_apps_packageinstaller-e6a880a579af68e34798306800015a44473f21e3.zip packages_apps_packageinstaller-e6a880a579af68e34798306800015a44473f21e3.tar.gz packages_apps_packageinstaller-e6a880a579af68e34798306800015a44473f21e3.tar.bz2 |
Fix tab measurement
Change-Id: I89c460eeb8656eef647f9b55d2b7bcc3625a0790
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/install_confirm.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml index 5e4aced..7a35e0c 100644 --- a/res/layout/install_confirm.xml +++ b/res/layout/install_confirm.xml @@ -54,7 +54,6 @@ <TabWidget android:id="@android:id/tabs" android:orientation="horizontal" - android:measureWithLargestChild="false" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" /> |