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

Commit 6e82d401 authored by Jernej Virag's avatar Jernej Virag Committed by Android (Google) Code Review
Browse files

Merge "Add animation graphic to Long Press Power settings screen." into sc-v2-dev

parents 488211c7 f8de3a81
Loading
Loading
Loading
Loading
+1 −0

File added.

Preview size limit exceeded, changes collapsed.

+8 −0
Original line number Diff line number Diff line
@@ -17,6 +17,14 @@
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:title="@string/power_menu_setting_name">

    <!-- Animation uses embedded PNGs and lottie requires asset folder to be set despite
         embedding. -->
    <com.android.settingslib.widget.IllustrationPreference
        android:key="gesture_power_menu_video"
        settings:searchable="false"
        settings:lottie_imageAssetsFolder="power_menu"
        settings:lottie_rawRes="@raw/lottie_power_menu"/>

    <SwitchPreference
        android:key="gesture_power_menu_long_press_for_assist"
        android:title="@string/power_menu_long_press_for_assist"