diff --git a/app/src/hidden/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/hidden/res/mipmap-anydpi-v26/ic_launcher.xml index 036d09b..c5c9e8f 100644 --- a/app/src/hidden/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/hidden/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/hidden/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/hidden/res/mipmap-anydpi-v26/ic_launcher_round.xml index 036d09b..c5c9e8f 100644 --- a/app/src/hidden/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/hidden/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/hidden/res/values/ic_launcher_background.xml b/app/src/hidden/res/values/ic_launcher_background.xml deleted file mode 100644 index 16cdd5a..0000000 --- a/app/src/hidden/res/values/ic_launcher_background.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - #FFFFFF - \ No newline at end of file diff --git a/app/src/main/java/org/traccar/client/ShortcutActivity.java b/app/src/main/java/org/traccar/client/ShortcutActivity.java index 53ff918..60a873f 100644 --- a/app/src/main/java/org/traccar/client/ShortcutActivity.java +++ b/app/src/main/java/org/traccar/client/ShortcutActivity.java @@ -65,13 +65,13 @@ public class ShortcutActivity extends AppCompatActivity { public void onItemClick(AdapterView parent, View view, int position, long id) { switch (position) { case 0: - setShortcutResult(items[position], R.mipmap.ic_launcher, ACTION_START); + setShortcutResult(items[position], R.mipmap.ic_start, ACTION_START); break; case 1: - setShortcutResult(items[position], R.mipmap.ic_launcher, ACTION_STOP); + setShortcutResult(items[position], R.mipmap.ic_stop, ACTION_STOP); break; case 2: - setShortcutResult(items[position], R.mipmap.ic_launcher, ACTION_SOS); + setShortcutResult(items[position], R.mipmap.ic_sos, ACTION_SOS); break; } finish(); diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 036d09b..7335274 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 036d09b..7335274 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_sos.xml b/app/src/main/res/mipmap-anydpi-v26/ic_sos.xml index 8b07325..ff48e78 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_sos.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_sos.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_sos_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_sos_round.xml index 8b07325..ff48e78 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_sos_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_sos_round.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_start.xml b/app/src/main/res/mipmap-anydpi-v26/ic_start.xml index 6ea009d..80f75e8 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_start.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_start.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_start_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_start_round.xml index 6ea009d..80f75e8 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_start_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_start_round.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_stop.xml b/app/src/main/res/mipmap-anydpi-v26/ic_stop.xml index d6f18cb..316abda 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_stop.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_stop.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_stop_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_stop_round.xml index d6f18cb..316abda 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_stop_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_stop_round.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 1b196de..902da7d 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -4,7 +4,6 @@ #43A047 #2E7D32 #388E3C - - #43A047 + #FFFFFF diff --git a/app/src/main/res/values/ic_sos_background.xml b/app/src/main/res/values/ic_sos_background.xml deleted file mode 100644 index f6d1c31..0000000 --- a/app/src/main/res/values/ic_sos_background.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - #FFFFFF - \ No newline at end of file diff --git a/app/src/main/res/values/ic_start_background.xml b/app/src/main/res/values/ic_start_background.xml deleted file mode 100644 index f5f822d..0000000 --- a/app/src/main/res/values/ic_start_background.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - #FFFFFF - \ No newline at end of file diff --git a/app/src/main/res/values/ic_stop_background.xml b/app/src/main/res/values/ic_stop_background.xml deleted file mode 100644 index ffd6d62..0000000 --- a/app/src/main/res/values/ic_stop_background.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - #FFFFFF - \ No newline at end of file diff --git a/app/src/main/res/xml/shortcuts.xml b/app/src/main/res/xml/shortcuts.xml index d97688e..6ff6aac 100644 --- a/app/src/main/res/xml/shortcuts.xml +++ b/app/src/main/res/xml/shortcuts.xml @@ -7,7 +7,7 @@