ExportWorker: Show notification on export status when finished
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
11
app/src/main/res/drawable/ic_file_copy.xml
Normal file
11
app/src/main/res/drawable/ic_file_copy.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M760,760L320,760Q287,760 263.5,736.5Q240,713 240,680L240,120Q240,87 263.5,63.5Q287,40 320,40L600,40L840,280L840,680Q840,713 816.5,736.5Q793,760 760,760ZM560,320L560,120L320,120Q320,120 320,120Q320,120 320,120L320,680Q320,680 320,680Q320,680 320,680L760,680Q760,680 760,680Q760,680 760,680L760,320L560,320ZM160,920Q127,920 103.5,896.5Q80,873 80,840L80,280L160,280L160,840Q160,840 160,840Q160,840 160,840L600,840L600,920L160,920ZM320,120L320,120L320,320L320,320L320,120L320,320L320,320L320,680Q320,680 320,680Q320,680 320,680L320,680Q320,680 320,680Q320,680 320,680L320,120Q320,120 320,120Q320,120 320,120Z"/>
|
||||
</vector>
|
||||
@@ -462,4 +462,8 @@
|
||||
<string name="toast_fav_export_failed">Failed to export favourites!</string>
|
||||
<string name="toast_fav_import_success">Favourites imported!</string>
|
||||
<string name="toast_fav_export_success">Favourites exported!</string>
|
||||
|
||||
<!-- ExportWorker -->
|
||||
<string name="export_app_summary_success">Successfully exported app bundle</string>
|
||||
<string name="export_app_summary_fail">Failed to exported app bundle</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user