From 49f4ba4adc255b812d562b7d802f91cb6d8d0671 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Sat, 24 Jul 2010 17:51:23 -0700 Subject: Various small UI cleanup in settings. - Remove title bar in various places where it is not useful. - Tighten up some text to avoid spilling across lines. - Remove strong wording about turning off GPS to save battery. Change-Id: Ieed9f8f3a3cf6a892a49362677594b447a266925 --- res/layout/installed_app_details.xml | 1 - res/layout/manage_applications_item.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout') diff --git a/res/layout/installed_app_details.xml b/res/layout/installed_app_details.xml index 3243672..fff1975 100644 --- a/res/layout/installed_app_details.xml +++ b/res/layout/installed_app_details.xml @@ -25,7 +25,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:paddingRight="6dip" - android:paddingTop="5dip" android:paddingBottom="5dip" android:orientation="vertical"> diff --git a/res/layout/manage_applications_item.xml b/res/layout/manage_applications_item.xml index 5d8d91b..c4b0937 100755 --- a/res/layout/manage_applications_item.xml +++ b/res/layout/manage_applications_item.xml @@ -65,6 +65,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0" + android:visibility="gone" android:textAppearance="?android:attr/textAppearanceSmall" android:text="@string/disabled" /> -- cgit v1.1