aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin coulon <martinusbe@gmail.com>2017-11-10 10:15:17 +0100
committerGitHub <noreply@github.com>2017-11-10 10:15:17 +0100
commitea8ee8c0299d9fd37f413782d490c09ae929ea36 (patch)
tree2bf39df7f3caf3f24e10b49394f3c00b50689f66
parent99c30fb2487ce8a73b4319b394425374f16f092a (diff)
parentb0b2cb0f812a010ed6228c90064ac97324928ab8 (diff)
Merge pull request #1 from elmkzgirxp/8.0
devicehandler: use default settings theme
-rw-r--r--DeviceHandler/res/drawable-hdpi/ic_settings_reset.pngbin1093 -> 0 bytes
-rw-r--r--DeviceHandler/res/drawable-mdpi/ic_settings_reset.pngbin587 -> 0 bytes
-rw-r--r--DeviceHandler/res/drawable-xhdpi/ic_settings_reset.pngbin1391 -> 0 bytes
-rw-r--r--DeviceHandler/res/drawable-xxhdpi/ic_settings_reset.pngbin3280 -> 0 bytes
-rw-r--r--DeviceHandler/res/drawable/ic_settings_reset.xml11
-rw-r--r--DeviceHandler/res/values/themes.xml3
6 files changed, 12 insertions, 2 deletions
diff --git a/DeviceHandler/res/drawable-hdpi/ic_settings_reset.png b/DeviceHandler/res/drawable-hdpi/ic_settings_reset.png
deleted file mode 100644
index 951e18d..0000000
--- a/DeviceHandler/res/drawable-hdpi/ic_settings_reset.png
+++ /dev/null
Binary files differ
diff --git a/DeviceHandler/res/drawable-mdpi/ic_settings_reset.png b/DeviceHandler/res/drawable-mdpi/ic_settings_reset.png
deleted file mode 100644
index 537f32e..0000000
--- a/DeviceHandler/res/drawable-mdpi/ic_settings_reset.png
+++ /dev/null
Binary files differ
diff --git a/DeviceHandler/res/drawable-xhdpi/ic_settings_reset.png b/DeviceHandler/res/drawable-xhdpi/ic_settings_reset.png
deleted file mode 100644
index 52c564e..0000000
--- a/DeviceHandler/res/drawable-xhdpi/ic_settings_reset.png
+++ /dev/null
Binary files differ
diff --git a/DeviceHandler/res/drawable-xxhdpi/ic_settings_reset.png b/DeviceHandler/res/drawable-xxhdpi/ic_settings_reset.png
deleted file mode 100644
index 35bc531..0000000
--- a/DeviceHandler/res/drawable-xxhdpi/ic_settings_reset.png
+++ /dev/null
Binary files differ
diff --git a/DeviceHandler/res/drawable/ic_settings_reset.xml b/DeviceHandler/res/drawable/ic_settings_reset.xml
new file mode 100644
index 0000000..7ab508f
--- /dev/null
+++ b/DeviceHandler/res/drawable/ic_settings_reset.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0"
+ android:tint="?android:attr/colorControlNormal">
+ <path
+ android:pathData="M14 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-2-9c-4.97 0-9 4.03-9 9H0l4 4 4-4H5c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.51 0-2.91-.49-4.06-1.3l-1.42 1.44C8.04 20.3 9.94 21 12 21c4.97 0 9-4.03 9-9s-4.03-9-9-9z"
+ android:fillColor="#ffffff"/>
+</vector>
diff --git a/DeviceHandler/res/values/themes.xml b/DeviceHandler/res/values/themes.xml
index 7c9d303..364c9f3 100644
--- a/DeviceHandler/res/values/themes.xml
+++ b/DeviceHandler/res/values/themes.xml
@@ -14,7 +14,6 @@
limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <style name="DeviceHandlerTheme" parent="android:Theme.Material.Light.DarkActionBar">
- </style>
+ <style name="DeviceHandlerTheme" parent="@android:style/Theme.DeviceDefault.Settings" />
</resources>