From: Andrew Sapperstein Date: Thu, 19 May 2016 01:03:25 +0000 (-0700) Subject: Replace bluetooth pngs with vector drawables. X-Git-Tag: android-x86-7.1-r1~704^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=aeed7d481cd9f121a04355c3b2268e1e704546bb;p=android-x86%2Fpackages-apps-Settings.git Replace bluetooth pngs with vector drawables. The current pngs are hardcoded to the green accent color. Instead, the new vector drawable replacements have colorAccent set as a tint. BUG: 28760785 Change-Id: I01853d4e93bca6651460ad86505d0943dc68bf93 --- diff --git a/res/drawable-hdpi/ic_bt_config.png b/res/drawable-hdpi/ic_bt_config.png deleted file mode 100644 index a2049369e8..0000000000 Binary files a/res/drawable-hdpi/ic_bt_config.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_bt_imaging.png b/res/drawable-hdpi/ic_bt_imaging.png deleted file mode 100644 index 62624eea0c..0000000000 Binary files a/res/drawable-hdpi/ic_bt_imaging.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_bt_laptop.png b/res/drawable-hdpi/ic_bt_laptop.png deleted file mode 100644 index 42c3dc5549..0000000000 Binary files a/res/drawable-hdpi/ic_bt_laptop.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_bt_config.png b/res/drawable-mdpi/ic_bt_config.png deleted file mode 100644 index d266b39288..0000000000 Binary files a/res/drawable-mdpi/ic_bt_config.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_bt_imaging.png b/res/drawable-mdpi/ic_bt_imaging.png deleted file mode 100644 index 76234a67ba..0000000000 Binary files a/res/drawable-mdpi/ic_bt_imaging.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_bt_laptop.png b/res/drawable-mdpi/ic_bt_laptop.png deleted file mode 100644 index 792e8df789..0000000000 Binary files a/res/drawable-mdpi/ic_bt_laptop.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_bt_config.png b/res/drawable-xhdpi/ic_bt_config.png deleted file mode 100644 index 46077be77a..0000000000 Binary files a/res/drawable-xhdpi/ic_bt_config.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_bt_imaging.png b/res/drawable-xhdpi/ic_bt_imaging.png deleted file mode 100644 index 9ea3b858cc..0000000000 Binary files a/res/drawable-xhdpi/ic_bt_imaging.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_bt_laptop.png b/res/drawable-xhdpi/ic_bt_laptop.png deleted file mode 100644 index 1c053c8799..0000000000 Binary files a/res/drawable-xhdpi/ic_bt_laptop.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_bt_config.png b/res/drawable-xxhdpi/ic_bt_config.png deleted file mode 100644 index ad964b41f4..0000000000 Binary files a/res/drawable-xxhdpi/ic_bt_config.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_bt_imaging.png b/res/drawable-xxhdpi/ic_bt_imaging.png deleted file mode 100644 index a0058dcaf6..0000000000 Binary files a/res/drawable-xxhdpi/ic_bt_imaging.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_bt_laptop.png b/res/drawable-xxhdpi/ic_bt_laptop.png deleted file mode 100644 index bca7145248..0000000000 Binary files a/res/drawable-xxhdpi/ic_bt_laptop.png and /dev/null differ diff --git a/res/drawable-xxxhdpi/ic_bt_config.png b/res/drawable-xxxhdpi/ic_bt_config.png deleted file mode 100644 index e89d484c15..0000000000 Binary files a/res/drawable-xxxhdpi/ic_bt_config.png and /dev/null differ diff --git a/res/drawable-xxxhdpi/ic_bt_imaging.png b/res/drawable-xxxhdpi/ic_bt_imaging.png deleted file mode 100644 index f0ffb52e29..0000000000 Binary files a/res/drawable-xxxhdpi/ic_bt_imaging.png and /dev/null differ diff --git a/res/drawable-xxxhdpi/ic_bt_laptop.png b/res/drawable-xxxhdpi/ic_bt_laptop.png deleted file mode 100644 index 2d758bd32a..0000000000 Binary files a/res/drawable-xxxhdpi/ic_bt_laptop.png and /dev/null differ diff --git a/res/drawable/ic_bt_config.xml b/res/drawable/ic_bt_config.xml new file mode 100644 index 0000000000..316c6749a6 --- /dev/null +++ b/res/drawable/ic_bt_config.xml @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_bt_imaging.xml b/res/drawable/ic_bt_imaging.xml new file mode 100644 index 0000000000..01e78c0d41 --- /dev/null +++ b/res/drawable/ic_bt_imaging.xml @@ -0,0 +1,27 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_bt_laptop.xml b/res/drawable/ic_bt_laptop.xml new file mode 100644 index 0000000000..bf2fd49e40 --- /dev/null +++ b/res/drawable/ic_bt_laptop.xml @@ -0,0 +1,26 @@ + + + + \ No newline at end of file