summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorPauloftheWest <paulofthewest@google.com>2014-08-03 15:17:45 -0700
committerPauloftheWest <paulofthewest@google.com>2014-08-07 11:31:25 -0700
commit689d2ce29b3093c32d1d2b70caa6fb36a4ecefcb (patch)
tree9654a446b3c6d4aa55fb35efb1bd51e5d97612df /res/values
parentff150032e3c369513b0ba85b09aff1d8933c7ad3 (diff)
downloadpackages_apps_Settings-689d2ce29b3093c32d1d2b70caa6fb36a4ecefcb.zip
packages_apps_Settings-689d2ce29b3093c32d1d2b70caa6fb36a4ecefcb.tar.gz
packages_apps_Settings-689d2ce29b3093c32d1d2b70caa6fb36a4ecefcb.tar.bz2
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
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/dimens.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 62162d3..cb87bf0 100755
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -204,4 +204,8 @@
<dimen name="checkbox_widget_min_width">58dip</dimen>
<dimen name="checkbox_layout_padding">16dip</dimen>
+ <!-- Bluetooth Preferences -->
+ <dimen name="bluetooth_dialog_padding">8dip</dimen>
+ <integer name="bluetooth_name_length">32</integer>
+
</resources>