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

Commit 6eed0649 authored by Evisceration's avatar Evisceration Committed by Clark Scheff
Browse files

Settings: preferences use keys, not ids

Change-Id: I23fad40f85235db1fd2c5724ba9d3580828b14d7
parent 8dbb2c14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@
        android:title="@string/lockscreen_background">

        <Preference
            android:id="@+id/lockscreen_wallpaper_settings"
            android:key="lockscreen_wallpaper_settings"
            android:title="@string/lockscreen_wallpaper_settings_title">
            <intent android:targetPackage="com.android.wallpapercropper"
                    android:targetClass="com.android.wallpapercropper.LockWallpaperPickerActivity" />
+8 −8
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

    <!-- Theme Packs -->
    <Preference
        android:id="@+id/themepacks_settings"
        android:key="themepacks_settings"
        android:icon="@drawable/prd_ic_themepacks"
        android:title="@string/themepacks_settings_title">
        <intent
@@ -29,7 +29,7 @@

    <!-- Style aka Overlays -->
    <Preference
        android:id="@+id/style_settings"
        android:key="style_settings"
        android:title="@string/styles_settings_title"
        android:icon="@drawable/prd_ic_style">
        <intent android:action="android.intent.action.MAIN" >
@@ -40,7 +40,7 @@

    <!-- Icons -->
    <Preference
        android:id="@+id/icon_settings"
        android:key="icon_settings"
        android:title="@string/icons_settings_title"
        android:icon="@drawable/prd_ic_icons">
        <intent android:action="android.intent.action.MAIN" >
@@ -51,7 +51,7 @@

    <!-- Fonts -->
    <Preference
        android:id="@+id/font_settings"
        android:key="font_settings"
        android:title="@string/fonts_settings_title"
        android:icon="@drawable/prd_ic_fonts">
        <intent android:action="android.intent.action.MAIN" >
@@ -62,7 +62,7 @@

    <!-- Wallpaper -->
    <Preference
        android:id="@+id/wallpaper_settings"
        android:key="wallpaper_settings"
        android:title="@string/wallpaper_settings_title"
        android:icon="@drawable/prd_ic_wallpapers">
        <intent android:targetPackage="com.android.wallpapercropper"
@@ -71,7 +71,7 @@

    <!-- Lockscreen Wallpaper -->
    <Preference
        android:id="@+id/lockscreen_wallpaper_settings"
        android:key="lockscreen_wallpaper_settings"
        android:title="@string/lockscreen_wallpaper_settings_title"
        android:icon="@drawable/prd_ic_lockscreen_wallpapers">
        <intent android:targetPackage="com.android.wallpapercropper"
@@ -80,7 +80,7 @@

    <!-- Boot Animations -->
    <Preference
        android:id="@+id/bootanim_settings"
        android:key="bootanim_settings"
        android:title="@string/bootanim_settings_title"
        android:icon="@drawable/prd_ic_boot">
        <intent android:action="android.intent.action.MAIN" >
@@ -91,7 +91,7 @@

    <!-- Sound Packs -->
    <Preference
        android:id="@+id/soundpack_settings"
        android:key="soundpack_settings"
        android:title="@string/soundpack_settings_title"
        android:icon="@drawable/prd_ic_soundpacks">
        <intent android:action="android.intent.action.MAIN" >