mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Change favorite icon to available offline new one
This commit is contained in:
parent
a9a944799e
commit
e11eecd2b5
9 changed files with 3 additions and 3 deletions
BIN
res/drawable-hdpi/ic_available_offline.png
Normal file
BIN
res/drawable-hdpi/ic_available_offline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 430 B |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
BIN
res/drawable-mdpi/ic_available_offline.png
Normal file
BIN
res/drawable-mdpi/ic_available_offline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 385 B |
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-xhdpi/ic_available_offline.png
Normal file
BIN
res/drawable-xhdpi/ic_available_offline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 434 B |
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB |
|
@ -63,7 +63,7 @@
|
|||
android:layout_gravity="bottom|right"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:src="@drawable/ic_favorite" />
|
||||
android:src="@drawable/ic_available_offline" />
|
||||
</FrameLayout>
|
||||
|
||||
</LinearLayout>
|
|
@ -63,7 +63,7 @@
|
|||
android:layout_gravity="bottom|right"
|
||||
android:layout_marginBottom="2dp"
|
||||
android:layout_marginRight="2dp"
|
||||
android:src="@drawable/ic_favorite" />
|
||||
android:src="@drawable/ic_available_offline" />
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|right"
|
||||
android:layout_marginRight="4dp"
|
||||
android:src="@drawable/ic_favorite" />
|
||||
android:src="@drawable/ic_available_offline" />
|
||||
</FrameLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
|
Loading…
Reference in a new issue