diff options
author | Jake Hamby <jhamby@google.com> | 2012-04-16 16:30:14 -0700 |
---|---|---|
committer | Jake Hamby <jhamby@google.com> | 2012-04-16 16:34:01 -0700 |
commit | 494f646a300e3ca499f5d31cee74dc261f17bdc8 (patch) | |
tree | b022cd77bc2bc2d3fee931d247bcacdfc5b02794 /res/layout/preference_progress_category.xml | |
parent | afdadec674f061300d031c68a0e091f2c1f11c70 (diff) | |
download | packages_apps_settings-494f646a300e3ca499f5d31cee74dc261f17bdc8.zip packages_apps_settings-494f646a300e3ca499f5d31cee74dc261f17bdc8.tar.gz packages_apps_settings-494f646a300e3ca499f5d31cee74dc261f17bdc8.tar.bz2 |
Remove "Searching/Tap To Pair" text from Bluetooth Settings.
The second text field next to "Available devices" in the Bluetooth
Settings device list creates a cluttered heading that wraps to multiple
lines in some locales. It's unnecessary because there's a graphical
progress spinner when searching for devices, and "Touch to pair" is
easily discoverable. Remove the second text field and the "Searching"
and "Touch to pair" string resources.
Bug: 5496221
Change-Id: I7b71222415152014426cf54fc112fe5379d350dc
Diffstat (limited to 'res/layout/preference_progress_category.xml')
-rw-r--r-- | res/layout/preference_progress_category.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/res/layout/preference_progress_category.xml b/res/layout/preference_progress_category.xml index 0a860af..ad782f2 100644 --- a/res/layout/preference_progress_category.xml +++ b/res/layout/preference_progress_category.xml @@ -21,7 +21,7 @@ android:orientation="horizontal" > - <!-- This and the other text view have the style of the list separator text view without the background and padding --> + <!-- This text view has the style of the list separator text view without the background and padding. --> <TextView style="?android:attr/listSeparatorTextViewStyle" android:background="@null" @@ -33,18 +33,6 @@ android:layout_gravity="left|bottom" /> - <TextView - style="?android:attr/listSeparatorTextViewStyle" - android:background="@null" - android:paddingLeft="0dip" - android:id="@+id/scanning_text" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:layout_gravity="right|bottom" - android:text="@string/progress_scanning" - /> - <ProgressBar android:id="@+id/scanning_progress" android:text="@string/progress_scanning" |