diff options
author | Suchi Amalapurapu <asuchitra@google.com> | 2009-06-24 15:48:58 -0700 |
---|---|---|
committer | Suchi Amalapurapu <asuchitra@google.com> | 2009-06-24 16:45:00 -0700 |
commit | 3d8cab3e3e7884d628a4b799a93155c6efcab95a (patch) | |
tree | 4432ce3aa0d3d573b15ef273dfe22433d9abf5e3 /res/layout/uninstall_confirm.xml | |
parent | b123ff94f917533f1507abcb5199fb52c830d8d1 (diff) | |
download | packages_apps_packageinstaller-3d8cab3e3e7884d628a4b799a93155c6efcab95a.zip packages_apps_packageinstaller-3d8cab3e3e7884d628a4b799a93155c6efcab95a.tar.gz packages_apps_packageinstaller-3d8cab3e3e7884d628a4b799a93155c6efcab95a.tar.bz2 |
Rename strings when uninstalling updates for system apps
Add new strings
Diffstat (limited to 'res/layout/uninstall_confirm.xml')
-rwxr-xr-x | res/layout/uninstall_confirm.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/res/layout/uninstall_confirm.xml b/res/layout/uninstall_confirm.xml index 3f7f18a..ef88937 100755 --- a/res/layout/uninstall_confirm.xml +++ b/res/layout/uninstall_confirm.xml @@ -38,7 +38,6 @@ android:id="@+id/uninstall_question" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:text="@string/uninstall_application_question" android:textStyle="bold" android:paddingTop="16dip" android:paddingLeft="16dip" @@ -50,9 +49,8 @@ <!-- uninstall application confirmation text --> <TextView android:id="@+id/uninstall_confirm_text" - android:layout_width="fill_parent" + android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@string/uninstall_application_text" android:textColor="?android:attr/textColorSecondary" android:textAppearance="?android:attr/textAppearanceMedium" android:layout_below="@id/uninstall_question" |