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

Commit 1e2c7ab4 authored by Michael Bestas's avatar Michael Bestas
Browse files

Eleven: Checkboxes to switches

Change-Id: I41439cc69147db49b08cace87ba3513d34dbac6c
parent 89c155cc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -40,27 +40,27 @@
    <PreferenceCategory android:title="@string/settings_general_category" >

        <!-- Music visualizer -->
        <CheckBoxPreference
        <SwitchPreference
            android:defaultValue="true"
            android:key="music_visualization"
            android:title="@string/settings_show_music_visualization_title" />

        <!-- Show Lyrics -->
        <CheckBoxPreference
        <SwitchPreference
            android:defaultValue="true"
            android:key="show_lyrics"
            android:title="@string/settings_show_lyrics_title"
            android:summary="@string/settings_show_lyrics_summary"/>

        <!-- Shake to switch songs -->
        <CheckBoxPreference
        <SwitchPreference
            android:defaultValue="false"
            android:key="shake_to_play"
            android:title="@string/settings_shake_to_play"
            android:summary="@string/settings_shake_to_play_summary"/>

        <!-- Show album art on lockscreen -->
        <CheckBoxPreference
        <SwitchPreference
            android:defaultValue="true"
            android:key="lockscreen_album_art"
            android:title="@string/settings_lockscreen_album_art"