summaryrefslogtreecommitdiffstats
path: root/res/xml/wifi_network_details_fragment.xml
diff options
context:
space:
mode:
authortmfang <tmfang@google.com>2018-11-26 18:41:01 +0800
committertmfang <tmfang@google.com>2018-11-27 13:12:53 +0800
commitdce94bb23762aa8292cd1fc9a4ee69cde1fa886f (patch)
tree6cffb0b8254e0209be464ee0cfce4c381c6d7a5b /res/xml/wifi_network_details_fragment.xml
parent9dbb20cc23a71e6ed97b8242b53d9faa97cc4145 (diff)
downloadpackages_apps_Settings-dce94bb23762aa8292cd1fc9a4ee69cde1fa886f.tar.gz
packages_apps_Settings-dce94bb23762aa8292cd1fc9a4ee69cde1fa886f.tar.bz2
packages_apps_Settings-dce94bb23762aa8292cd1fc9a4ee69cde1fa886f.zip
Use SettingsLib's LayoutPreference
- Remove LayoutPreference in Settings source code. - Remove unused style, layout - Replace old imports to com.android.settingslib.widget.LayoutPreference - Replace old XML tag to com.android.settingslib.widget.LayoutPreference Test: robotest, manual test Bug: 120005054 Change-Id: I9ae1ae14a16f443e11ac5d75b6038c7c5e253844
Diffstat (limited to 'res/xml/wifi_network_details_fragment.xml')
-rw-r--r--res/xml/wifi_network_details_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/wifi_network_details_fragment.xml b/res/xml/wifi_network_details_fragment.xml
index 4198b76fb2..45e7349011 100644
--- a/res/xml/wifi_network_details_fragment.xml
+++ b/res/xml/wifi_network_details_fragment.xml
@@ -19,7 +19,7 @@
xmlns:settings="http://schemas.android.com/apk/res-auto"
settings:initialExpandedChildrenCount="5">
- <com.android.settings.applications.LayoutPreference
+ <com.android.settingslib.widget.LayoutPreference
android:key="connection_header"
android:layout="@layout/settings_entity_header"
android:selectable="false"