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

Commit f8de3a81 authored by Jernej Virag's avatar Jernej Virag
Browse files

Add animation graphic to Long Press Power settings screen.

This adds a Lottie animation for the Long Press Power screen showing the gesture.

Change-Id: Ie301010a7044ef1965acf084bbbe375e4573a069
Test: Manually on flame device
Bug: 193792060
parent c144f7bb
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"