summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-02-03 05:26:46 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-02-03 05:26:46 +0200
commit92b511a8291eeaf0fbd5c21271bc81f9e4cd0d82 (patch)
treee12d925ffbdfc1a5489352e5f5314e910b855800
parent9b335980bf0bf230ab5c2ba6b1504247b99c28ed (diff)
downloadandroid_packages_apps_Bluetooth-92b511a8291eeaf0fbd5c21271bc81f9e4cd0d82.tar.gz
android_packages_apps_Bluetooth-92b511a8291eeaf0fbd5c21271bc81f9e4cd0d82.tar.bz2
android_packages_apps_Bluetooth-92b511a8291eeaf0fbd5c21271bc81f9e4cd0d82.zip
New Material icon
* Created by Jovie Brett Bardoles Change-Id: Id722a8f83c97bca217188037f22733c9243514bb
-rw-r--r--[-rwxr-xr-x]AndroidManifest.xml2
-rw-r--r--AndroidManifest_test.xml2
-rw-r--r--res/drawable-hdpi/bt_share.pngbin6362 -> 0 bytes
-rw-r--r--res/drawable-mdpi/bt_share.pngbin3658 -> 0 bytes
-rw-r--r--res/mipmap-hdpi/ic_launcher_bluetooth.pngbin0 -> 24398 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_bluetooth.pngbin0 -> 23404 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher_bluetooth.pngbin0 -> 25170 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher_bluetooth.pngbin0 -> 27154 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_launcher_bluetooth.pngbin0 -> 29529 bytes
9 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2753be0ff..43e4dfb35 100755..100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -64,7 +64,7 @@
<uses-permission android:name="android.permission.READ_PROFILE"/>
<application
android:name=".btservice.AdapterApp"
- android:icon="@drawable/bt_share"
+ android:icon="@mipmap/ic_launcher_bluetooth"
android:persistent="false"
android:supportsRtl="true"
android:label="@string/app_name">
diff --git a/AndroidManifest_test.xml b/AndroidManifest_test.xml
index caca40ef6..1d41f9a2f 100644
--- a/AndroidManifest_test.xml
+++ b/AndroidManifest_test.xml
@@ -18,7 +18,7 @@
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<application
- android:icon="@drawable/bt_share"
+ android:icon="@mipmap/ic_launcher_bluetooth"
android:label="@string/app_name">
<uses-library android:name="javax.btobex" />
<activity android:name=".opp.TestActivity" android:label="@string/app_name">
diff --git a/res/drawable-hdpi/bt_share.png b/res/drawable-hdpi/bt_share.png
deleted file mode 100644
index bf35e9c07..000000000
--- a/res/drawable-hdpi/bt_share.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/bt_share.png b/res/drawable-mdpi/bt_share.png
deleted file mode 100644
index 7f9b9ce8b..000000000
--- a/res/drawable-mdpi/bt_share.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-hdpi/ic_launcher_bluetooth.png b/res/mipmap-hdpi/ic_launcher_bluetooth.png
new file mode 100644
index 000000000..4d556f58d
--- /dev/null
+++ b/res/mipmap-hdpi/ic_launcher_bluetooth.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_bluetooth.png b/res/mipmap-mdpi/ic_launcher_bluetooth.png
new file mode 100644
index 000000000..34fec0196
--- /dev/null
+++ b/res/mipmap-mdpi/ic_launcher_bluetooth.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher_bluetooth.png b/res/mipmap-xhdpi/ic_launcher_bluetooth.png
new file mode 100644
index 000000000..8ad7d775a
--- /dev/null
+++ b/res/mipmap-xhdpi/ic_launcher_bluetooth.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher_bluetooth.png b/res/mipmap-xxhdpi/ic_launcher_bluetooth.png
new file mode 100644
index 000000000..96a8af21e
--- /dev/null
+++ b/res/mipmap-xxhdpi/ic_launcher_bluetooth.png
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_launcher_bluetooth.png b/res/mipmap-xxxhdpi/ic_launcher_bluetooth.png
new file mode 100644
index 000000000..317394326
--- /dev/null
+++ b/res/mipmap-xxxhdpi/ic_launcher_bluetooth.png
Binary files differ