diff options
author | Jeff Hamilton <jham@android.com> | 2011-06-30 17:58:11 -0500 |
---|---|---|
committer | Jeff Hamilton <jham@android.com> | 2011-07-01 01:08:58 -0500 |
commit | 719c67d3821b1a644f8eb31b99225fdf4965b12f (patch) | |
tree | 2d520ed548bf5358af9eb4f15081d1ceca3a5a1a /res/layout | |
parent | 588791c4b48ca2482991f08a3adce3b502b86096 (diff) | |
download | packages_apps_packageinstaller-719c67d3821b1a644f8eb31b99225fdf4965b12f.zip packages_apps_packageinstaller-719c67d3821b1a644f8eb31b99225fdf4965b12f.tar.gz packages_apps_packageinstaller-719c67d3821b1a644f8eb31b99225fdf4965b12f.tar.bz2 |
Swap the positive and negative buttons.
Change-Id: Ib5d7f57c47e79359174c0a24f72b1a8d509a6f4e
Diffstat (limited to 'res/layout')
-rw-r--r--[-rwxr-xr-x] | res/layout/app_details.xml | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | res/layout/install_confirm.xml | 14 | ||||
-rw-r--r--[-rwxr-xr-x] | res/layout/install_start.xml | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | res/layout/op_progress.xml | 12 | ||||
-rw-r--r--[-rwxr-xr-x] | res/layout/uninstall_confirm.xml | 12 | ||||
-rw-r--r--[-rwxr-xr-x] | res/layout/uninstall_progress.xml | 4 |
6 files changed, 13 insertions, 29 deletions
diff --git a/res/layout/app_details.xml b/res/layout/app_details.xml index b368370..b368370 100755..100644 --- a/res/layout/app_details.xml +++ b/res/layout/app_details.xml diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml index a54b2ef..f8d54b8 100755..100644 --- a/res/layout/install_confirm.xml +++ b/res/layout/install_confirm.xml @@ -74,11 +74,9 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:minHeight="54dip" android:orientation="vertical" android:divider="?android:attr/dividerHorizontal" android:showDividers="beginning" - android:dividerPadding="16dip" android:paddingTop="16dip"> <LinearLayout @@ -86,8 +84,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:paddingLeft="2dip" - android:paddingRight="2dip" android:measureWithLargestChild="true"> <LinearLayout android:id="@+id/leftSpacer" @@ -97,23 +93,23 @@ android:orientation="horizontal" android:visibility="gone" /> - <Button android:id="@+id/ok_button" + <Button android:id="@+id/cancel_button" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_gravity="left" android:layout_weight="1" - android:text="@string/install" + android:text="@string/cancel" android:maxLines="2" - android:filterTouchesWhenObscured="true" style="?android:attr/buttonBarButtonStyle" /> - <Button android:id="@+id/cancel_button" + <Button android:id="@+id/ok_button" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_gravity="right" android:layout_weight="1" - android:text="@string/cancel" + android:text="@string/install" android:maxLines="2" + android:filterTouchesWhenObscured="true" style="?android:attr/buttonBarButtonStyle" /> <LinearLayout android:id="@+id/rightSpacer" diff --git a/res/layout/install_start.xml b/res/layout/install_start.xml index 5e0f957..5e0f957 100755..100644 --- a/res/layout/install_start.xml +++ b/res/layout/install_start.xml diff --git a/res/layout/op_progress.xml b/res/layout/op_progress.xml index dde1e82..6d41c00 100755..100644 --- a/res/layout/op_progress.xml +++ b/res/layout/op_progress.xml @@ -23,11 +23,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" - android:minHeight="54dip" android:orientation="vertical" android:divider="?android:attr/dividerHorizontal" android:showDividers="beginning" - android:dividerPadding="16dip" android:paddingTop="16dip"> <LinearLayout @@ -35,8 +33,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:paddingLeft="2dip" - android:paddingRight="2dip" android:measureWithLargestChild="true"> <LinearLayout android:id="@+id/leftSpacer" @@ -46,21 +42,21 @@ android:orientation="horizontal" android:visibility="gone" /> - <Button android:id="@+id/launch_button" + <Button android:id="@+id/done_button" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_gravity="left" android:layout_weight="1" - android:text="@string/launch" + android:text="@string/done" android:maxLines="2" style="?android:attr/buttonBarButtonStyle" /> - <Button android:id="@+id/done_button" + <Button android:id="@+id/launch_button" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_gravity="right" android:layout_weight="1" - android:text="@string/done" + android:text="@string/launch" android:maxLines="2" style="?android:attr/buttonBarButtonStyle" /> diff --git a/res/layout/uninstall_confirm.xml b/res/layout/uninstall_confirm.xml index 6e0d94d..bd8afec 100755..100644 --- a/res/layout/uninstall_confirm.xml +++ b/res/layout/uninstall_confirm.xml @@ -66,11 +66,9 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:minHeight="54dip" android:orientation="vertical" android:divider="?android:attr/dividerHorizontal" android:showDividers="beginning" - android:dividerPadding="16dip" android:paddingTop="16dip"> <LinearLayout @@ -78,8 +76,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:paddingLeft="2dip" - android:paddingRight="2dip" android:measureWithLargestChild="true"> <LinearLayout android:id="@+id/leftSpacer" @@ -89,21 +85,21 @@ android:orientation="horizontal" android:visibility="gone" /> - <Button android:id="@+id/ok_button" + <Button android:id="@+id/cancel_button" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_gravity="left" android:layout_weight="1" - android:text="@string/ok" + android:text="@string/cancel" android:maxLines="2" style="?android:attr/buttonBarButtonStyle" /> - <Button android:id="@+id/cancel_button" + <Button android:id="@+id/ok_button" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_gravity="right" android:layout_weight="1" - android:text="@string/cancel" + android:text="@string/ok" android:maxLines="2" style="?android:attr/buttonBarButtonStyle" /> diff --git a/res/layout/uninstall_progress.xml b/res/layout/uninstall_progress.xml index 9cf6961..76c657a 100755..100644 --- a/res/layout/uninstall_progress.xml +++ b/res/layout/uninstall_progress.xml @@ -24,11 +24,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" - android:minHeight="54dip" android:orientation="vertical" android:divider="?android:attr/dividerHorizontal" android:showDividers="beginning" - android:dividerPadding="16dip" android:paddingTop="16dip"> <LinearLayout @@ -36,8 +34,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:paddingLeft="2dip" - android:paddingRight="2dip" android:measureWithLargestChild="true"> <LinearLayout android:id="@+id/leftSpacer" |