Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e414867a authored by Yining Liu's avatar Yining Liu Committed by Android (Google) Code Review
Browse files

Merge "Vertically centralize notifs on ls settings page entry point" into main

parents 52478a70 f774a260
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -17,8 +17,7 @@

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    android:title="@string/lock_screen_notifs_title"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    xmlns:settings="http://schemas.android.com/apk/res-auto">

    <com.android.settingslib.widget.MainSwitchPreference
        android:key="lock_screen_notification_global_pref"
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
        <Preference
            android:key="security_lock_screen_notifications_page"
            android:title="@string/lock_screen_notifs_title"
            android:summary="@string/summary_placeholder"
            android:fragment="com.android.settings.notification.LockScreenNotificationsPreferencePageFragment"
            settings:controller="com.android.settings.notification.LockScreenNotificationsPreferencePageController" />