From 7e2657c30374dfc89993aa7cde8d96ae60a13d0a Mon Sep 17 00:00:00 2001 From: Salvador Martinez Date: Mon, 26 Sep 2016 12:49:31 -0700 Subject: [PATCH] Changed themes for core activities Many activities in core were using the material theme which would result in teal colors on all devices. These themes have all been changed to DeviceDefault so that the color will be more suited to whatever device the user has. Test: Manual Inspection Bug: 31623421 Change-Id: I6847023c4fb57a1c3384a1f8e483cd740229458f --- .../ChooseTypeAndAccountActivity.java | 2 +- core/res/AndroidManifest.xml | 22 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/core/java/android/accounts/ChooseTypeAndAccountActivity.java b/core/java/android/accounts/ChooseTypeAndAccountActivity.java index 133df2bfa16aa..aed7a36937177 100644 --- a/core/java/android/accounts/ChooseTypeAndAccountActivity.java +++ b/core/java/android/accounts/ChooseTypeAndAccountActivity.java @@ -399,7 +399,7 @@ public class ChooseTypeAndAccountActivity extends Activity * useless. */ private void setNonLabelThemeAndCallSuperCreate(Bundle savedInstanceState) { - setTheme(R.style.Theme_Material_Light_Dialog_NoActionBar); + setTheme(R.style.Theme_DeviceDefault_Light_Dialog_NoActionBar); super.onCreate(savedInstanceState); } diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 6c6fd9005083f..a2759bacb2f84 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -3117,7 +3117,7 @@ android:killAfterRestore="false" android:icon="@drawable/ic_launcher_android" android:supportsRtl="true" - android:theme="@style/Theme.Material.Light.DarkActionBar" + android:theme="@style/Theme.DeviceDefault.Light.DarkActionBar" android:defaultToDeviceProtectedStorage="true" android:directBootAware="true"> @@ -3195,14 +3195,14 @@ @@ -3210,19 +3210,19 @@ @@ -3242,7 +3242,7 @@ @@ -3263,7 +3263,7 @@ + android:theme="@style/Theme.DeviceDefault.Light.Dialog.Alert"> @@ -3271,7 +3271,7 @@