[new downloader][android] fix: Updated resources.
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 434 B |
Before Width: | Height: | Size: 431 B |
Before Width: | Height: | Size: 467 B |
Before Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 122 B After Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 291 B |
Before Width: | Height: | Size: 305 B |
Before Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 398 B |
Before Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 160 B After Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 515 B |
Before Width: | Height: | Size: 539 B |
Before Width: | Height: | Size: 527 B |
Before Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 693 B |
Before Width: | Height: | Size: 706 B |
Before Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 735 B |
Before Width: | Height: | Size: 733 B |
Before Width: | Height: | Size: 755 B |
Before Width: | Height: | Size: 811 B |
Before Width: | Height: | Size: 993 B |
Before Width: | Height: | Size: 1,020 B |
Before Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 510 B |
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 938 B |
Before Width: | Height: | Size: 953 B |
Before Width: | Height: | Size: 966 B |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 510 B |
|
@ -1,11 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="?colorAccent"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item android:drawable="@drawable/ic_done"/>
|
||||
</layer-list>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/ic_done"
|
||||
android:tint="?colorAccent"/>
|
|
@ -1,11 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/downloader_gray"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item android:drawable="@drawable/ic_download"/>
|
||||
</layer-list>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/ic_download"
|
||||
android:tint="?iconTint"/>
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/downloader_gray"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item android:drawable="@drawable/ic_download"/>
|
||||
</layer-list>
|
|
@ -2,4 +2,4 @@
|
|||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
style="@style/MwmWidget.TextView.Search"
|
||||
android:text="@string/clear_search"
|
||||
android:drawableLeft="@drawable/ic_search_clear"/>
|
||||
android:drawableLeft="@drawable/ic_cancel"/>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
android:layout_gravity="end|center_vertical"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/ic_download_map"/>
|
||||
android:src="@drawable/ic_download"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/update_all"
|
||||
|
|
|
@ -37,7 +37,8 @@
|
|||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@null"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/ic_search_clear"/>
|
||||
android:src="@drawable/ic_cancel"
|
||||
android:tint="?iconTint"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/voice_input"
|
||||
|
|