Remove extra padding above Wi-Fi picker, Pointer speed, Automatica date & time, Automatic timezone, Automatic 24-hour format, New notifications and App settings
Bug: 73775027 Test: Robotest and manual test Change-Id: Ifdec1c2a9b8ce34007ee468ada3f8449005d3263
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="ambient_display_category_notification">
|
||||
android:key="ambient_display_category_notification"
|
||||
android:layout="@layout/preference_category_no_label">
|
||||
|
||||
<SwitchPreference
|
||||
android:key="ambient_display_notification"
|
||||
|
@@ -47,7 +47,9 @@
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="app_data_usage_settings_category">
|
||||
android:key="app_data_usage_settings_category"
|
||||
android:layout="@layout/preference_category_no_label">
|
||||
|
||||
<Preference
|
||||
android:key="app_settings"
|
||||
android:title="@string/data_usage_app_settings" />
|
||||
|
@@ -22,7 +22,8 @@
|
||||
settings:keywords="@string/keywords_date_and_time">
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="date_time_preference_category">
|
||||
android:key="date_time_preference_category"
|
||||
android:layout="@layout/preference_category_no_label">
|
||||
<com.android.settingslib.RestrictedSwitchPreference
|
||||
android:key="auto_time"
|
||||
android:title="@string/date_time_auto"
|
||||
@@ -46,7 +47,8 @@
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="time_zone_preference_category">
|
||||
android:key="time_zone_preference_category"
|
||||
android:layout="@layout/preference_category_no_label">
|
||||
<com.android.settingslib.RestrictedSwitchPreference
|
||||
android:key="auto_zone"
|
||||
android:title="@string/zone_auto"
|
||||
@@ -63,7 +65,8 @@
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="time_format_preference_category">
|
||||
android:key="time_format_preference_category"
|
||||
android:layout="@layout/preference_category_no_label">
|
||||
<SwitchPreference
|
||||
android:key="auto_24hour"
|
||||
android:title="@string/date_time_24hour_auto"
|
||||
|
@@ -67,7 +67,8 @@
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="pointer_and_tts_category">
|
||||
android:key="pointer_and_tts_category"
|
||||
android:layout="@layout/preference_category_no_label">
|
||||
|
||||
<com.android.settings.PointerSpeedPreference
|
||||
android:key="pointer_speed"
|
||||
|
@@ -20,11 +20,17 @@
|
||||
android:title="@string/wifi_settings"
|
||||
settings:keywords="@string/keywords_wifi">
|
||||
|
||||
<PreferenceCategory android:key="connected_access_point" />
|
||||
<PreferenceCategory
|
||||
android:key="connected_access_point"
|
||||
android:layout="@layout/preference_category_no_label"/>
|
||||
|
||||
<PreferenceCategory android:key="access_points"/>
|
||||
<PreferenceCategory
|
||||
android:key="access_points"
|
||||
android:layout="@layout/preference_category_no_label"/>
|
||||
|
||||
<PreferenceCategory android:key="additional_settings">
|
||||
<PreferenceCategory
|
||||
android:key="additional_settings"
|
||||
android:layout="@layout/preference_category_no_label">
|
||||
<Preference
|
||||
android:key="configure_settings"
|
||||
android:title="@string/wifi_configure_settings_preference_title"
|
||||
|
Reference in New Issue
Block a user