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

Commit 66546c70 authored by Adam Powell's avatar Adam Powell
Browse files

Follow framework API changes

Change-Id: Ieb06a35a65d70d7b65f801814a0a46c9acc80445
parent ceba6ef5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
    <application android:label="@string/settings_label"
            android:icon="@mipmap/ic_launcher_settings"
            android:taskAffinity=""
            android:theme="@android:style/Theme.Holo.SolidActionBar"
            android:theme="@android:style/Theme.Holo"
            android:hardwareAccelerated="true">

        <!-- Settings -->
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ public class Settings extends PreferenceActivity implements ButtonBarHandler {
    @Override
    protected void onCreate(Bundle savedInstanceState) {
        final int theme = getIntent().getIntExtra(
                EXTRA_THEME, android.R.style.Theme_Holo_SplitActionBarWhenNarrow);
                EXTRA_THEME, android.R.style.Theme_Holo);
        setTheme(theme);

        getMetaData();