diff --git a/res/drawable-hdpi/icon.png b/res/drawable-hdpi/icon.png deleted file mode 100644 index 36ace470072..00000000000 Binary files a/res/drawable-hdpi/icon.png and /dev/null differ diff --git a/res/drawable-mdpi/icon.png b/res/drawable-mdpi/icon.png deleted file mode 100644 index a8cddf30332..00000000000 Binary files a/res/drawable-mdpi/icon.png and /dev/null differ diff --git a/res/layout/preference_bluetooth_profile.xml b/res/layout/preference_bluetooth_profile.xml index 4b6f1dde17a..1ed971e9f2d 100644 --- a/res/layout/preference_bluetooth_profile.xml +++ b/res/layout/preference_bluetooth_profile.xml @@ -36,6 +36,6 @@ android:layout_gravity="center_vertical" android:padding="8dip" android:background="?android:attr/selectableItemBackground" - android:src="@drawable/icon" /> + android:src="@drawable/ic_bt_config" /> diff --git a/res/mipmap-hdpi/ic_launcher_settings.png b/res/mipmap-hdpi/ic_launcher_settings.png index ff34a7ffcc4..0cf5e460878 100644 Binary files a/res/mipmap-hdpi/ic_launcher_settings.png and b/res/mipmap-hdpi/ic_launcher_settings.png differ diff --git a/res/mipmap-mdpi/ic_launcher_settings.png b/res/mipmap-mdpi/ic_launcher_settings.png index a8cddf30332..3c1eddfbec8 100644 Binary files a/res/mipmap-mdpi/ic_launcher_settings.png and b/res/mipmap-mdpi/ic_launcher_settings.png differ