First draft of wifi display settings UI.

All of the functionality is in place but the UI is
not fully polished yet.

Bug: 7178216
Change-Id: Id76843bff05cc71e5c02a31bc97c7070d58fff10
This commit is contained in:
Jeff Brown
2012-09-19 20:46:07 -07:00
parent 99340f36cb
commit 9e143f5e9d
12 changed files with 641 additions and 13 deletions

View File

@@ -282,7 +282,8 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment {
// Available devices category
if (mAvailableDevicesCategory == null) {
mAvailableDevicesCategory = new ProgressCategory(getActivity(), null);
mAvailableDevicesCategory = new ProgressCategory(getActivity(), null,
R.string.bluetooth_no_devices_found);
} else {
mAvailableDevicesCategory.removeAll();
}