diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-10-30 10:18:31 +0200 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-10-30 10:19:11 +0200 |
commit | 2ec4e4e78d28cbf703eefe2497a01d37af7b1c35 (patch) | |
tree | 6d8706aad315da6e72cc2999f49d50aca73a5e44 /app/src/main/res/drawable | |
parent | 366e4ffa04e8d301794e613b89ed918df0b59517 (diff) |
update UI on fake location
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r-- | app/src/main/res/drawable/ic_valid.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_valid.xml b/app/src/main/res/drawable/ic_valid.xml new file mode 100644 index 0000000..e81474e --- /dev/null +++ b/app/src/main/res/drawable/ic_valid.xml @@ -0,0 +1,10 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + <path + android:pathData="M9,16.2001L4.8,12.0001L3.4,13.4001L9,19.0001L21,7.0001L19.6,5.6001L9,16.2001Z" + android:fillColor="#2CC766" + android:fillType="evenOdd"/> +</vector> |