summaryrefslogtreecommitdiffstats
path: root/res/layout/bluetooth_preference_category.xml
diff options
context:
space:
mode:
authorPauloftheWest <paulofthewest@google.com>2014-08-24 11:10:16 -0700
committerPauloftheWest <paulofthewest@google.com>2014-09-05 10:29:17 -0700
commit8677d04512355aae5b61553de7a6332d38e9a156 (patch)
tree883bd25c5a1d9e8ea46367617ec7c8aa21bedc45 /res/layout/bluetooth_preference_category.xml
parentaa188b539be9e5284febc141b6b7f06c0faef5b8 (diff)
downloadpackages_apps_Settings-8677d04512355aae5b61553de7a6332d38e9a156.zip
packages_apps_Settings-8677d04512355aae5b61553de7a6332d38e9a156.tar.gz
packages_apps_Settings-8677d04512355aae5b61553de7a6332d38e9a156.tar.bz2
Material design updates for Bluetooth Settings dialog.
Bug: 17140512 Change-Id: I93dd89c3f12d8abe2041dd68faef8daf981252fb
Diffstat (limited to 'res/layout/bluetooth_preference_category.xml')
-rw-r--r--res/layout/bluetooth_preference_category.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/res/layout/bluetooth_preference_category.xml b/res/layout/bluetooth_preference_category.xml
new file mode 100644
index 0000000..59a3e87
--- /dev/null
+++ b/res/layout/bluetooth_preference_category.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<!-- Layout used for Bluetooth PreferenceCategory in a DeviceProfilesSettings. -->
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+android:id/title"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:textAppearance="@android:style/TextAppearance.Material.Body1"
+ android:textColor="?android:attr/textColorSecondary"
+ android:paddingTop="16dip"
+ android:paddingBottom="16dip" />