forked from organicmaps/organicmaps
[downloader][android] fix: Correct icon used in editor toolbar.
This commit is contained in:
parent
c9dc1eb994
commit
4650d6d49d
6 changed files with 1 additions and 1 deletions
BIN
android/res/drawable-hdpi/ic_done.png
Normal file
BIN
android/res/drawable-hdpi/ic_done.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 238 B |
BIN
android/res/drawable-mdpi/ic_done.png
Normal file
BIN
android/res/drawable-mdpi/ic_done.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 182 B |
BIN
android/res/drawable-xhdpi/ic_done.png
Normal file
BIN
android/res/drawable-xhdpi/ic_done.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 263 B |
BIN
android/res/drawable-xxhdpi/ic_done.png
Normal file
BIN
android/res/drawable-xxhdpi/ic_done.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 363 B |
BIN
android/res/drawable-xxxhdpi/ic_done.png
Normal file
BIN
android/res/drawable-xxxhdpi/ic_done.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 434 B |
|
@ -34,7 +34,7 @@
|
|||
android:layout_gravity="end|center_vertical"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/ic_downloader_done"/>
|
||||
android:src="@drawable/ic_done"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue