diff options
author | Dianne Hackborn <hackbod@google.com> | 2010-07-24 17:51:23 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2010-07-24 17:51:23 -0700 |
commit | 49f4ba4adc255b812d562b7d802f91cb6d8d0671 (patch) | |
tree | 321cca20797c742e8e99db26de17611e4466eadf /res/layout | |
parent | 9db5ee35d5345e13e6e6b857dbad5a83e9f037d1 (diff) | |
download | packages_apps_Settings-49f4ba4adc255b812d562b7d802f91cb6d8d0671.zip packages_apps_Settings-49f4ba4adc255b812d562b7d802f91cb6d8d0671.tar.gz packages_apps_Settings-49f4ba4adc255b812d562b7d802f91cb6d8d0671.tar.bz2 |
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
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/installed_app_details.xml | 1 | ||||
-rwxr-xr-x | res/layout/manage_applications_item.xml | 1 |
2 files changed, 1 insertions, 1 deletions
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" /> </LinearLayout> |