diff --git a/res/drawable/ic_battery_status_bad_24dp.xml b/res/drawable/ic_battery_status_bad_24dp.xml new file mode 100644 index 00000000000..167d2fe9587 --- /dev/null +++ b/res/drawable/ic_battery_status_bad_24dp.xml @@ -0,0 +1,26 @@ + + + + + diff --git a/res/drawable/ic_battery_status_good_24dp.xml b/res/drawable/ic_battery_status_good_24dp.xml new file mode 100644 index 00000000000..1f29023e194 --- /dev/null +++ b/res/drawable/ic_battery_status_good_24dp.xml @@ -0,0 +1,26 @@ + + + + + diff --git a/res/drawable/ic_battery_status_maybe_24dp.xml b/res/drawable/ic_battery_status_maybe_24dp.xml new file mode 100644 index 00000000000..0289c927260 --- /dev/null +++ b/res/drawable/ic_battery_status_maybe_24dp.xml @@ -0,0 +1,26 @@ + + + + + diff --git a/res/drawable/ic_info_outline_24dp.xml b/res/drawable/ic_info_outline_24dp.xml new file mode 100644 index 00000000000..d1f27abd6e1 --- /dev/null +++ b/res/drawable/ic_info_outline_24dp.xml @@ -0,0 +1,32 @@ + + + + + + + diff --git a/res/layout/wifi_settings_scanning_required_view.xml b/res/layout/wifi_settings_scanning_required_view.xml new file mode 100644 index 00000000000..8dad9f455d8 --- /dev/null +++ b/res/layout/wifi_settings_scanning_required_view.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/values/attrs.xml b/res/values/attrs.xml index d0ddab6ffe2..33573ac661b 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -174,4 +174,9 @@ + + + + + diff --git a/res/values/colors.xml b/res/values/colors.xml index 53d631c9aab..397d9e7a80f 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -130,5 +130,12 @@ @*android:color/material_red_A700 + #43a047 + #ef6c00 + #f44336 + #4caf50 + #fdd835 + #f44336 + diff --git a/res/values/strings.xml b/res/values/strings.xml index 52997169be3..16b8b20c139 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1916,9 +1916,11 @@ To turn on Wi\u2011Fi automatically, you first need to turn on Wi\u2011Fi scanning. - Wi\2011Fi scanning allows apps and services to scan for Wi\u2011Fi networks at any time, even when Wi\u2011Fi is off. This can be used, for example, to improve location\u2011based features and services. + Wi\u2011Fi scanning allows apps and services to scan for Wi\u2011Fi networks at any time, even when Wi\u2011Fi is off. This can be used, for example, to improve location\u2011based features and services. Turn on + + Wi\u2011Fi scanning turned on @@ -5053,7 +5055,7 @@ To save battery, stop %1$s from using battery in the background. This app may not work properly and notifications may be delayed. - To save battery, stop these apps from using battery in the background. Restricted apps may not work properly and notifications may be delayed.\n\nApps:\n + To save battery, stop these apps from using battery in the background. Restricted apps may not work properly and notifications may be delayed.\n\nApps: To save battery, stop these apps from using battery in the background. Restricted apps may not work properly and notifications may be delayed.\n\nApps:\n%1$s. diff --git a/res/values/themes.xml b/res/values/themes.xml index 742cbcf9f6c..485b009e2b7 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -235,6 +235,11 @@ @style/Theme.AlertDialog @style/LockPatternStyle.Setup + + + @color/battery_good_color_light + @color/battery_maybe_color_light + @color/battery_bad_color_light