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

Commit 1ee06c5c authored by Robyn Coultas's avatar Robyn Coultas Committed by Isaac Katzenelson
Browse files

Use Holo theme for Dream Clock settings

Bug: 7324059
Change-Id: I46d3eac6b1fd96511320f7f224562d79736f8251
parent e10e1df9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@
        <!-- Settings activity for screensaver -->
        <activity android:name=".ScreensaverSettingsActivity"
                android:label="@string/screensaver_settings"
                android:theme="@style/SettingsTheme"
                android:theme="@android:style/Theme.Holo"
                android:taskAffinity=""
                android:excludeFromRecents="true"
                android:exported="true"
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:title="@string/settings">
    android:title="@string/app_label">
    <ListPreference
        android:key="screensaver_clock_style"
        android:title="@string/clock_style"