Remove redundant colors and use icons

Этот коммит содержится в:
Anton Tananaev
2017-09-01 09:51:57 +12:00
родитель 360958d250
Коммит 27c98b910b
17 изменённых файлов: 17 добавлений и 34 удалений
+3 -3
Просмотреть файл
@@ -7,7 +7,7 @@
<shortcut
android:shortcutId="start"
android:enabled="true"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/ic_start"
android:shortcutShortLabel="@string/shortcut_start">
<intent
android:action="android.intent.action.VIEW"
@@ -22,7 +22,7 @@
<shortcut
android:shortcutId="stop"
android:enabled="true"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/ic_stop"
android:shortcutShortLabel="@string/shortcut_stop">
<intent
android:action="android.intent.action.VIEW"
@@ -37,7 +37,7 @@
<shortcut
android:shortcutId="sos"
android:enabled="true"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/ic_sos"
android:shortcutShortLabel="@string/shortcut_sos">
<intent
android:action="android.intent.action.VIEW"