Follow framework API changes
Change-Id: Ieb06a35a65d70d7b65f801814a0a46c9acc80445
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
<application android:label="@string/settings_label"
|
<application android:label="@string/settings_label"
|
||||||
android:icon="@mipmap/ic_launcher_settings"
|
android:icon="@mipmap/ic_launcher_settings"
|
||||||
android:taskAffinity=""
|
android:taskAffinity=""
|
||||||
android:theme="@android:style/Theme.Holo.SolidActionBar"
|
android:theme="@android:style/Theme.Holo"
|
||||||
android:hardwareAccelerated="true">
|
android:hardwareAccelerated="true">
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
|
@@ -83,7 +83,7 @@ public class Settings extends PreferenceActivity implements ButtonBarHandler {
|
|||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
final int theme = getIntent().getIntExtra(
|
final int theme = getIntent().getIntExtra(
|
||||||
EXTRA_THEME, android.R.style.Theme_Holo_SplitActionBarWhenNarrow);
|
EXTRA_THEME, android.R.style.Theme_Holo);
|
||||||
setTheme(theme);
|
setTheme(theme);
|
||||||
|
|
||||||
getMetaData();
|
getMetaData();
|
||||||
|
Reference in New Issue
Block a user