diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:04:02 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:04:12 +0000 |
| commit | 7f89b6d4d0bc4996c0f1802f81abcc23ce47c221 (patch) | |
| tree | 2725b968ef4a15dee09f51ce676b5481fba35705 /android-app/app/src/main/res/drawable | |
| parent | 3c4e18b94db15fc0d012e12aa3be0d0557f6ad3c (diff) | |
refactor: update package name to org.terst.nav and setup CI/CD with Firebase App Distribution
Diffstat (limited to 'android-app/app/src/main/res/drawable')
| -rw-r--r-- | android-app/app/src/main/res/drawable/ic_anchor.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/drawable/ic_anchor.xml b/android-app/app/src/main/res/drawable/ic_anchor.xml new file mode 100644 index 0000000..2389c93 --- /dev/null +++ b/android-app/app/src/main/res/drawable/ic_anchor.xml @@ -0,0 +1,9 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + <path + android:fillColor="#FF000000" + android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,14c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2 2,0.9 2,2S13.1,14 12,14z" /> +</vector> |
