mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-09 02:28:55 +01:00
Finish favorites sync
This commit is contained in:
9
app/src/main/res/drawable/ic_cloud_white_24dp.xml
Normal file
9
app/src/main/res/drawable/ic_cloud_white_24dp.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.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M19.35,10.04C18.67,6.59 15.64,4 12,4 9.11,4 6.6,5.64 5.35,8.04 2.34,8.36 0,10.91 0,14c0,3.31 2.69,6 6,6h13c2.76,0 5,-2.24 5,-5 0,-2.64 -2.05,-4.78 -4.65,-4.96z"/>
|
||||
</vector>
|
||||
@@ -23,9 +23,9 @@
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_download_favorites"
|
||||
android:icon="@drawable/ic_cloud_download_white_24dp"
|
||||
android:title="Download favorites"
|
||||
android:id="@+id/action_sync_favorites"
|
||||
android:icon="@drawable/ic_cloud_white_24dp"
|
||||
android:title="Sync favorites"
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
||||
<item
|
||||
|
||||
Reference in New Issue
Block a user