summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorGilles Debunne <debunne@google.com>2011-07-07 14:24:26 -0700
committerGilles Debunne <debunne@google.com>2011-07-08 09:40:47 -0700
commit6dc0f9639e5c566818930fa183e67927a1b761f8 (patch)
tree1f888c3002686fb317163ce90346e559275e8828 /res
parent606d8788520e854cca641e91aa7435366a024733 (diff)
downloadpackages_apps_Settings-6dc0f9639e5c566818930fa183e67927a1b761f8.zip
packages_apps_Settings-6dc0f9639e5c566818930fa183e67927a1b761f8.tar.gz
packages_apps_Settings-6dc0f9639e5c566818930fa183e67927a1b761f8.tar.bz2
Refactor Bluetooth settings
Two lists: paired devices and available devices. New item at top for the device itself (not connected to discoverable, this is a larger refactoring). New settings icon. Change-Id: I788a6c0afdb07309d449a4d41a02cf8480c95a37
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_bt_config.pngbin1767 -> 773 bytes
-rw-r--r--res/drawable-mdpi/ic_bt_config.pngbin1196 -> 653 bytes
-rw-r--r--res/values/strings.xml6
3 files changed, 3 insertions, 3 deletions
diff --git a/res/drawable-hdpi/ic_bt_config.png b/res/drawable-hdpi/ic_bt_config.png
index c6d2483..47b4ba2 100644
--- a/res/drawable-hdpi/ic_bt_config.png
+++ b/res/drawable-hdpi/ic_bt_config.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_bt_config.png b/res/drawable-mdpi/ic_bt_config.png
index eefda26..7928104 100644
--- a/res/drawable-mdpi/ic_bt_config.png
+++ b/res/drawable-mdpi/ic_bt_config.png
Binary files differ
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 251da79..f8d38a2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -955,10 +955,10 @@
<string name="bluetooth_searching_for_devices">Searching\u2026</string>
<!-- Bluetooth settings: The sub heading for device settings. [CHAR LIMIT=30] -->
<string name="bluetooth_preference_device_settings">Device settings</string>
- <!-- Bluetooth settings: The sub heading for paired devices. [CHAR LIMIT=30] -->
+ <!-- Bluetooth settings: The sub heading for devices which have already been paired with this device. [CHAR LIMIT=40] -->
<string name="bluetooth_preference_paired_devices">Paired devices</string>
- <!-- Bluetooth settings: The sub heading for found devices when scanning. [CHAR LIMIT=30] -->
- <string name="bluetooth_preference_found_devices">Found devices</string>
+ <!-- Bluetooth settings: The sub heading for available devices during and after scanning. [CHAR LIMIT=40] -->
+ <string name="bluetooth_preference_found_devices">Available devices</string>
<!-- Bluetooth settings. Context menu item for a device. Action will connect to all profiles on the device. -->
<string name="bluetooth_device_context_connect">Connect</string>
<!-- Bluetooth settings. Context menu item for a device. Action will disconnect from all profiles on the device. -->