Merge "Remove extra padding above Wi-Fi picker, Pointer speed, Automatica date & time, Automatic timezone, Automatic 24-hour format, New notifications and App settings" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-22 05:05:21 +00:00
committed by Android (Google) Code Review
5 changed files with 22 additions and 9 deletions

View File

@@ -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"