[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:
16
app/src/main/res/drawable/ic_start_sharing.xml
Normal file
16
app/src/main/res/drawable/ic_start_sharing.xml
Normal 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>
|
||||
8
app/src/main/res/drawable/ic_stop_sharing.xml
Normal file
8
app/src/main/res/drawable/ic_stop_sharing.xml
Normal 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>
|
||||
Reference in New Issue
Block a user