summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSuchi Amalapurapu <asuchitra@google.com>2009-10-12 11:43:04 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-12 11:43:04 -0700
commit7c30fb5dbafb248dc4d09bd719da57d343092933 (patch)
tree17c870b4fea7d632b2a8f3e6fc97e8c8b19d7586 /res
parentd3c63d9d1332711dd2da42281fbe74e063044fe3 (diff)
parent2ae789b2bda885c393acca504ad663946ea38789 (diff)
downloadandroid_packages_apps_PackageInstaller-7c30fb5dbafb248dc4d09bd719da57d343092933.tar.gz
android_packages_apps_PackageInstaller-7c30fb5dbafb248dc4d09bd719da57d343092933.tar.bz2
android_packages_apps_PackageInstaller-7c30fb5dbafb248dc4d09bd719da57d343092933.zip
am 2ae789b2: The scroll view listing permissions is given a weight of 1 so that the ok and cancel buttons appear at the bottom of the screen. If the permission list doesn\'t fillup the screen aka has very few permissions, the buttons don\'t appear at the buttom. so just
Merge commit '2ae789b2bda885c393acca504ad663946ea38789' * commit '2ae789b2bda885c393acca504ad663946ea38789': The scroll view listing permissions is given a weight of 1 so that the ok and cancel buttons appear at the bottom of the screen. If the permission list doesn't fillup the screen aka has very few permissions, the buttons don't appear at the buttom. so just increate the layout weight of the parent as well to fix this issue.
Diffstat (limited to 'res')
-rwxr-xr-xres/layout/install_confirm.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml
index 524a468f..96340988 100755
--- a/res/layout/install_confirm.xml
+++ b/res/layout/install_confirm.xml
@@ -24,6 +24,7 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
+ android:layout_weight="1"
android:layout_width="fill_parent"
android:layout_height="wrap_content">