diff options
author | Jake Hamby <jhamby@google.com> | 2011-08-01 16:36:35 -0700 |
---|---|---|
committer | Jake Hamby <jhamby@google.com> | 2011-08-03 17:55:27 -0700 |
commit | 79be0b3e6b5639c4cbe2bbcd9adb0ec4c28716ed (patch) | |
tree | 75ef61c7269277535497c58f1640102308061fa6 /res/layout | |
parent | 0c8ff2b3ce2b40dd2895f7116afbbd9047459e9b (diff) | |
download | packages_apps_Settings-79be0b3e6b5639c4cbe2bbcd9adb0ec4c28716ed.zip packages_apps_Settings-79be0b3e6b5639c4cbe2bbcd9adb0ec4c28716ed.tar.gz packages_apps_Settings-79be0b3e6b5639c4cbe2bbcd9adb0ec4c28716ed.tar.bz2 |
Fix multiple BT settings bugs.
- Change Bluetooth profiles screen to match ICS wireframes
- Remove BluetoothProfilePreference.java (no longer used)
- Remove "Pair with this device" summary below every unpaired device
- Remove "Paired but not connected" summary below unconnected paired devices
- Fix auto connection after pairing (reuse existing CachedBluetoothDevice)
- Add "Connected (no phone/media)" summaries based on ICS wireframes
- Fix visibility timeout strings.
- Fix crash when starting Bluetooth from Settings shortcut widget.
Bug: 5064139
Bug: 5064324
Bug: 5080404
Bug: 5093513
Bug: 5104485
Change-Id: Ie87103e183ce414c86cb1831a38ef0178b1b1292
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/preference_bluetooth.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/res/layout/preference_bluetooth.xml b/res/layout/preference_bluetooth.xml index bd437a9..e10c65f 100644 --- a/res/layout/preference_bluetooth.xml +++ b/res/layout/preference_bluetooth.xml @@ -19,13 +19,6 @@ android:layout_height="wrap_content" android:gravity="center_vertical"> - <LinearLayout android:id="@+id/profileIcons" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_centerVertical="true" - android:layout_alignParentRight="true" - /> - <!-- Divider --> <ImageView android:id="@+id/divider" |