Merge "Add divider line in Multiple users screen" into pi-dev

am: 1a7e4daa95

Change-Id: I06851ac8b0f02f780b709f2f4983b9aa3ac8c3a0
This commit is contained in:
Fengjen Wu
2018-03-21 06:37:17 +00:00
committed by android-build-merger

View File

@@ -16,6 +16,7 @@
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="user_settings_screen"
android:title="@string/user_settings_title">
@@ -35,6 +36,7 @@
android:key="user_settings_add_users_when_locked"
android:title="@string/user_add_on_lockscreen_menu"
android:singleLineTitle="false"
android:order="105"/>
android:order="105"
settings:allowDividerAbove="true"/>
</PreferenceScreen>