diff options
| author | Claudomator Agent <agent@claudomator> | 2026-03-14 00:50:39 +0000 |
|---|---|---|
| committer | Claudomator Agent <agent@claudomator> | 2026-03-14 00:50:39 +0000 |
| commit | 3f18f770e9d33c5e5d0657c6160fa8f30b21831f (patch) | |
| tree | a1df48d383c8627b4111fd55a7066b6afcb84ae1 /android-app/app/src/main/res_old/mipmap-anydpi-v26 | |
| parent | 9fb49aebfc01b5df68e67e97ee088318a3621c26 (diff) | |
Implement barometric pressure trend monitoring and visualization
Diffstat (limited to 'android-app/app/src/main/res_old/mipmap-anydpi-v26')
| -rw-r--r-- | android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher.xml | 5 | ||||
| -rw-r--r-- | android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher_round.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher.xml b/android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..52d5417 --- /dev/null +++ b/android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> + <background android:drawable="@android:color/white" /> + <foreground android:drawable="@drawable/ic_anchor" /> +</adaptive-icon> diff --git a/android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher_round.xml b/android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..52d5417 --- /dev/null +++ b/android-app/app/src/main/res_old/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> + <background android:drawable="@android:color/white" /> + <foreground android:drawable="@drawable/ic_anchor" /> +</adaptive-icon> |
