summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2011-06-16 21:24:12 -0700
committerKenny Root <kroot@google.com>2011-06-16 21:24:12 -0700
commitf5c2404b772bfcfa1301b938845c5aed8908cdde (patch)
tree778094775ad3062b7193802b79d01796f0c101c6 /res
parent5c433293c938dd49146d4af04ef8fcdea4965bda (diff)
downloadandroid_packages_apps_PackageInstaller-f5c2404b772bfcfa1301b938845c5aed8908cdde.tar.gz
android_packages_apps_PackageInstaller-f5c2404b772bfcfa1301b938845c5aed8908cdde.tar.bz2
android_packages_apps_PackageInstaller-f5c2404b772bfcfa1301b938845c5aed8908cdde.zip
Fix layouts for both tablet and phone
Change-Id: Ibb208d4586f4b52fede380acede40153f322bd49
Diffstat (limited to 'res')
-rwxr-xr-xres/layout/app_details.xml1
-rwxr-xr-xres/layout/install_confirm.xml2
-rwxr-xr-xres/layout/uninstall_confirm.xml6
-rwxr-xr-xres/layout/uninstall_progress.xml2
4 files changed, 7 insertions, 4 deletions
diff --git a/res/layout/app_details.xml b/res/layout/app_details.xml
index b3683700..1c6730a7 100755
--- a/res/layout/app_details.xml
+++ b/res/layout/app_details.xml
@@ -22,6 +22,7 @@ installation screens
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/app_snippet"
+ android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dip"
diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml
index 6072579e..a37c84d9 100755
--- a/res/layout/install_confirm.xml
+++ b/res/layout/install_confirm.xml
@@ -26,7 +26,7 @@
android:orientation="vertical"
android:layout_weight="1"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="match_parent">
<TextView
android:id="@+id/install_confirm_question"
diff --git a/res/layout/uninstall_confirm.xml b/res/layout/uninstall_confirm.xml
index b6b1c69b..fa600580 100755
--- a/res/layout/uninstall_confirm.xml
+++ b/res/layout/uninstall_confirm.xml
@@ -25,9 +25,10 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="match_parent">
<LinearLayout
+ android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
@@ -71,7 +72,8 @@
android:orientation="vertical"
android:divider="?android:attr/dividerHorizontal"
android:showDividers="beginning"
- android:dividerPadding="16dip">
+ android:dividerPadding="16dip"
+ android:paddingTop="16dip">
<LinearLayout
style="?android:attr/buttonBarStyle"
diff --git a/res/layout/uninstall_progress.xml b/res/layout/uninstall_progress.xml
index 951f2446..95df9161 100755
--- a/res/layout/uninstall_progress.xml
+++ b/res/layout/uninstall_progress.xml
@@ -16,7 +16,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical">
<include