From 2352207ba8c23a37f13a0306f3bcdf125d11d315 Mon Sep 17 00:00:00 2001 From: Maary <24504742+Steve-Mr@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:23:06 +0800 Subject: [PATCH] add history shortcut --- app/src/main/AndroidManifest.xml | 3 +++ .../res/drawable/ic_history_foreground.xml | 19 +++++++++++++++++++ .../main/res/mipmap-anydpi-v26/ic_history.xml | 6 ++++++ .../main/res/values/ic_history_background.xml | 4 ++++ app/src/main/res/xml/shortcuts.xml | 15 +++++++++++++++ 5 files changed, 47 insertions(+) create mode 100644 app/src/main/res/drawable/ic_history_foreground.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_history.xml create mode 100644 app/src/main/res/values/ic_history_background.xml create mode 100644 app/src/main/res/xml/shortcuts.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index dc19955..009822f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -50,6 +50,9 @@ + + + + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_history.xml b/app/src/main/res/mipmap-anydpi-v26/ic_history.xml new file mode 100644 index 0000000..19e77c7 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_history.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/ic_history_background.xml b/app/src/main/res/values/ic_history_background.xml new file mode 100644 index 0000000..95a14f7 --- /dev/null +++ b/app/src/main/res/values/ic_history_background.xml @@ -0,0 +1,4 @@ + + + #7E57C2 + \ No newline at end of file diff --git a/app/src/main/res/xml/shortcuts.xml b/app/src/main/res/xml/shortcuts.xml new file mode 100644 index 0000000..1d65bae --- /dev/null +++ b/app/src/main/res/xml/shortcuts.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file