diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 009f605b73f..78104663eec 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -182,7 +182,7 @@ @@ -501,7 +501,7 @@ @@ -589,7 +589,7 @@ @@ -599,7 +599,7 @@ + android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> @@ -1163,7 +1163,7 @@ + android:theme="@android:style/Theme.Material.Light.Dialog" /> + android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> @@ -1230,7 +1230,7 @@ android:label="@string/bluetooth_permission_request" android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH" - android:theme="@*android:style/Theme.Quantum.Light.Dialog.Alert"> + android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> @@ -1251,7 +1251,7 @@ android:label="@string/bluetooth_pairing_request" android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH" - android:theme="@*android:style/Theme.Quantum.Light.Dialog.Alert"> + android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> @@ -1274,7 +1274,7 @@ android:label="@string/bluetooth_connection_permission_request" android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH_ADMIN" - android:theme="@*android:style/Theme.Quantum.Light.Dialog.Alert"> + android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> @@ -1284,7 +1284,7 @@ @@ -1396,7 +1396,7 @@ @@ -1405,7 +1405,7 @@ @@ -1417,7 +1417,7 @@ @@ -1512,7 +1512,7 @@ android:immersive="true" android:launchMode="singleTop" android:excludeFromRecents="true" - android:theme="@android:style/Theme.Quantum.Light.NoActionBar" + android:theme="@android:style/Theme.Material.Light.NoActionBar" android:configChanges="keyboard|keyboardHidden|uiMode" android:windowSoftInputMode="adjustResize" android:screenOrientation="nosensor"> @@ -1612,7 +1612,7 @@ + android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> @@ -1622,7 +1622,7 @@ + android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> @@ -1632,7 +1632,7 @@ + android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> diff --git a/res/drawable/data_usage_bar.xml b/res/drawable/data_usage_bar.xml index b98dfb66a86..2e697106644 100644 --- a/res/drawable/data_usage_bar.xml +++ b/res/drawable/data_usage_bar.xml @@ -16,18 +16,18 @@ - + - - diff --git a/res/drawable/switch_inner.xml b/res/drawable/switch_inner.xml index 2822915cb80..c6d39ef7382 100644 --- a/res/drawable/switch_inner.xml +++ b/res/drawable/switch_inner.xml @@ -16,21 +16,21 @@ - - - - diff --git a/res/drawable/switch_track.xml b/res/drawable/switch_track.xml index 466cc2c4036..2655da0dfb4 100644 --- a/res/drawable/switch_track.xml +++ b/res/drawable/switch_track.xml @@ -16,11 +16,11 @@ - - diff --git a/res/layout/battery_history_chart.xml b/res/layout/battery_history_chart.xml index 4d87a703342..0d3e185eea1 100644 --- a/res/layout/battery_history_chart.xml +++ b/res/layout/battery_history_chart.xml @@ -30,6 +30,6 @@ android:shadowDx="2" android:shadowDy="2" app:barPrimaryColor="?android:attr/colorControlActivated" - app:barPredictionColor="@color/quantum_empty_color_light" + app:barPredictionColor="@color/material_empty_color_light" app:chartMinHeight="@dimen/battery_history_chart_height"> diff --git a/res/layout/settings_main.xml b/res/layout/settings_main.xml index 46ead18fb21..ddbf2af4e16 100644 --- a/res/layout/settings_main.xml +++ b/res/layout/settings_main.xml @@ -32,7 +32,7 @@ android:layout_height="?android:attr/actionBarSize" android:layout_width="match_parent" android:background="@drawable/switchbar_background" - android:theme="@android:style/Theme.Quantum" /> + android:theme="@android:style/Theme.Material" /> \ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml index c58dffc8996..30516a1bffc 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -47,27 +47,27 @@ #ff009688 #fff4511e - #ffeceff1 - #ffcfd8dc - #ff90a4ae - #ff607d8b - #ff455a64 + #ffeceff1 + #ffcfd8dc + #ff90a4ae + #ff607d8b + #ff455a64 - #ffffe0b2 - #ffffb74d - #ffff9800 - #fff57c00 - #ffffab40 - #ffff9100 + #ffffe0b2 + #ffffb74d + #ffff9800 + #fff57c00 + #ffffab40 + #ffff9100 - #FF009688 - #FF80CBC4 - #FFCED7DB + #FF009688 + #FF80CBC4 + #FFCED7DB #ff263238 @color/theme_primary - @color/quantum_accent_color_light + @color/material_accent_color_light #ffe1e1e0 #ff384248 diff --git a/res/values/styles.xml b/res/values/styles.xml index 79ed9721b4d..26b0ef39a87 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -57,7 +57,7 @@ - - - - - - @@ -255,23 +255,23 @@ @layout/apn_preference_layout - - - - - - - - @@ -63,7 +63,7 @@ layouts against a remote context using our local theme colors. Due to the implementation details of Theme, we can't reference any local resources and MUST instead use the values directly. So use #ff263238 instead of @color/theme_primary and so on. --> - - - -