[AA] Replaced AA Screen with Grid

Replaced the NotificationList with a Grid for showing
the function to enable/disable location sharing.
This commit is contained in:
Alexander Dörflinger
2025-04-07 13:28:57 +02:00
parent 1bfe0a4088
commit 017b2b7379
6 changed files with 97 additions and 23 deletions

View File

@@ -0,0 +1,16 @@
<vector android:height="200dp" android:viewportHeight="24"
android:viewportWidth="24" android:width="200dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#00000000"
android:pathData="M4,12C4,13.381 5.119,14.5 6.5,14.5C7.881,14.5 9,13.381 9,12C9,10.619 7.881,9.5 6.5,9.5"
android:strokeColor="#1C274C" android:strokeLineCap="round" android:strokeWidth="1.5"/>
<path android:fillColor="#00000000" android:pathData="M14,6.5L9,10"
android:strokeColor="#1C274C" android:strokeLineCap="round" android:strokeWidth="1.5"/>
<path android:fillColor="#00000000" android:pathData="M14,17.5L9,14"
android:strokeColor="#1C274C" android:strokeLineCap="round" android:strokeWidth="1.5"/>
<path android:fillColor="#00000000"
android:pathData="M16.5,21C17.881,21 19,19.881 19,18.5C19,17.119 17.881,16 16.5,16C15.119,16 14,17.119 14,18.5"
android:strokeColor="#1C274C" android:strokeLineCap="round" android:strokeWidth="1.5"/>
<path android:fillColor="#00000000"
android:pathData="M18.665,6.75C17.975,7.946 16.446,8.355 15.25,7.665C14.054,6.975 13.644,5.446 14.335,4.25C15.025,3.054 16.554,2.645 17.75,3.335"
android:strokeColor="#1C274C" android:strokeLineCap="round" android:strokeWidth="1.5"/>
</vector>

View File

@@ -0,0 +1,8 @@
<vector android:height="200dp" android:viewportHeight="24"
android:viewportWidth="24" android:width="200dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#00000000"
android:pathData="M12,12m-9,0a9,9 0,1 1,18 0a9,9 0,1 1,-18 0"
android:strokeColor="#33363F" android:strokeWidth="2"/>
<path android:fillColor="#00000000" android:pathData="M18,18L6,6"
android:strokeColor="#33363F" android:strokeWidth="2"/>
</vector>