diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a2a0e708e48..d4579ce3d9f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -181,7 +181,7 @@ @@ -500,7 +500,7 @@ @@ -588,7 +588,7 @@ @@ -598,7 +598,7 @@ + android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> @@ -1162,7 +1162,7 @@ + android:theme="@android:style/Theme.Material.Light.Dialog" /> + android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> @@ -1229,7 +1229,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"> @@ -1250,7 +1250,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"> @@ -1273,7 +1273,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"> @@ -1283,7 +1283,7 @@ @@ -1395,7 +1395,7 @@ @@ -1404,7 +1404,7 @@ @@ -1416,7 +1416,7 @@ @@ -1511,7 +1511,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"> @@ -1610,7 +1610,7 @@ + android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> @@ -1620,7 +1620,7 @@ + android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> @@ -1630,7 +1630,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. --> - - - -