diff options
author | Gilles Debunne <debunne@google.com> | 2011-07-07 14:24:26 -0700 |
---|---|---|
committer | Gilles Debunne <debunne@google.com> | 2011-07-08 09:40:47 -0700 |
commit | 6dc0f9639e5c566818930fa183e67927a1b761f8 (patch) | |
tree | 1f888c3002686fb317163ce90346e559275e8828 /res | |
parent | 606d8788520e854cca641e91aa7435366a024733 (diff) | |
download | packages_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.png | bin | 1767 -> 773 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_bt_config.png | bin | 1196 -> 653 bytes | |||
-rw-r--r-- | res/values/strings.xml | 6 |
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 Binary files differindex c6d2483..47b4ba2 100644 --- a/res/drawable-hdpi/ic_bt_config.png +++ b/res/drawable-hdpi/ic_bt_config.png diff --git a/res/drawable-mdpi/ic_bt_config.png b/res/drawable-mdpi/ic_bt_config.png Binary files differindex eefda26..7928104 100644 --- a/res/drawable-mdpi/ic_bt_config.png +++ b/res/drawable-mdpi/ic_bt_config.png 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. --> |