mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-04 07:25:25 +01:00
Implement new workflow for scoped storage backup selection.
This commit is contained in:
committed by
Greyson Parrelli
parent
9a1c869efe
commit
ee3d7a9a35
10
app/src/main/res/drawable/ic_backup_outline_60.xml
Normal file
10
app/src/main/res/drawable/ic_backup_outline_60.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="60dp"
|
||||
android:height="60dp"
|
||||
android:viewportWidth="60"
|
||||
android:viewportHeight="60">
|
||||
<path
|
||||
android:pathData="M55.5,30C55.5,44.0833 44.0833,55.5 30,55.5C28.2887,55.5 26.6168,55.3314 25,55.01V57.5549C26.6224,57.8473 28.2934,58 30,58C45.464,58 58,45.464 58,30C58,14.536 45.464,2 30,2C14.536,2 2,14.536 2,30C2,39.2194 6.4557,47.398 13.3312,52.5H6V55H15.5H18V52.5V43H15.5V50.979C8.8535,46.3764 4.5,38.6966 4.5,30C4.5,15.9167 15.9167,4.5 30,4.5C44.0833,4.5 55.5,15.9167 55.5,30ZM27.896,34.5785C27.3911,34.5785 26.9171,34.3724 26.5564,34.022C26.1958,33.6614 26,33.177 26,32.6721L27.1747,15H28.6379L29.6993,30.8689L48.0103,31.9508V33.4037L27.896,34.5785Z"
|
||||
android:fillColor="#000000"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
10
app/src/main/res/drawable/ic_folder_outline_24.xml
Normal file
10
app/src/main/res/drawable/ic_folder_outline_24.xml
Normal file
@@ -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="M2.1529,5.8928L2.1428,18.1071C2.1428,19.2268 3.0492,20.1428 4.1571,20.1428H20.2714C21.3792,20.1428 22.2857,19.2268 22.2857,18.1071V7.9285C22.2857,6.8089 21.3792,5.8928 20.2714,5.8928H12.2143L10.2,3.8571H4.1571C3.0492,3.8571 2.1529,4.7732 2.1529,5.8928ZM9.6634,5.1428H4.1571C3.7805,5.1428 3.4386,5.462 3.4386,5.8928L3.4285,18.1071C3.4285,18.1073 3.4285,18.107 3.4285,18.1071C3.4288,18.5293 3.7722,18.8571 4.1571,18.8571H20.2714C20.6564,18.8571 21,18.5295 21,18.1071V7.9285C21,7.5061 20.6564,7.1785 20.2714,7.1785H11.6777L9.6634,5.1428Z"
|
||||
android:fillColor="?colorAccent"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
9
app/src/main/res/drawable/ic_folder_solid_24.xml
Normal file
9
app/src/main/res/drawable/ic_folder_solid_24.xml
Normal file
@@ -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:pathData="M2.1428,18.1071L2.1529,5.8928C2.1529,4.7732 3.0492,3.8571 4.1571,3.8571H10.2L12.2143,5.8928H20.2714C21.3792,5.8928 22.2857,6.8089 22.2857,7.9285V18.1071C22.2857,19.2268 21.3792,20.1428 20.2714,20.1428H4.1571C3.0492,20.1428 2.1428,19.2268 2.1428,18.1071Z"
|
||||
android:fillColor="?colorAccent"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
<solid android:color="?colorAccent"/>
|
||||
<corners android:radius="8dp"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user