OSDN Git Service

Changed a Bluetooth device's settings from an activity to a dialog.
authorPauloftheWest <paulofthewest@google.com>
Sun, 3 Aug 2014 22:17:45 +0000 (15:17 -0700)
committerPauloftheWest <paulofthewest@google.com>
Thu, 7 Aug 2014 18:31:25 +0000 (11:31 -0700)
commit689d2ce29b3093c32d1d2b70caa6fb36a4ecefcb
tree9654a446b3c6d4aa55fb35efb1bd51e5d97612df
parentff150032e3c369513b0ba85b09aff1d8933c7ad3
Changed a Bluetooth device's settings from an activity to a dialog.

+ Replace the “Paired bluetooth device” screen with a “Pair device” dialog
+ Add device name text field at the top
+ Replace “Unpair” list item with a “Forget" button at bottom of dialog
+ Change “Profiles” section header to “Use for”
+ Remove status under profile titles
+ Move checkboxes to left side of labels

Bug: 15719219
Change-Id: I3b0e8c82c761fae98f16508b9fd9c58aff651f80
res/layout/bluetooth_device_picker.xml
res/values/dimens.xml
res/xml/bluetooth_device_advanced.xml
src/com/android/settings/bluetooth/BluetoothSettings.java
src/com/android/settings/bluetooth/DeviceProfilesSettings.java
src/com/android/settings/bluetooth/Utils.java