forked from organicmaps/organicmaps
[android] added auto update dialod image
This commit is contained in:
parent
3c56b11eaa
commit
ec1b2f0f56
6 changed files with 3 additions and 2 deletions
BIN
android/res/drawable-hdpi/wn_autoupdate.png
Normal file
BIN
android/res/drawable-hdpi/wn_autoupdate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
android/res/drawable-mdpi/wn_autoupdate.png
Normal file
BIN
android/res/drawable-mdpi/wn_autoupdate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
android/res/drawable-xhdpi/wn_autoupdate.png
Normal file
BIN
android/res/drawable-xhdpi/wn_autoupdate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
BIN
android/res/drawable-xxhdpi/wn_autoupdate.png
Normal file
BIN
android/res/drawable-xxhdpi/wn_autoupdate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
BIN
android/res/drawable-xxxhdpi/wn_autoupdate.png
Normal file
BIN
android/res/drawable-xxxhdpi/wn_autoupdate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 113 KiB |
|
@ -17,7 +17,7 @@
|
|||
android:layout_marginBottom="@dimen/margin_base"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:tag="@string/tag_height_limited"
|
||||
android:src="@drawable/img_migration"/>
|
||||
android:src="@drawable/wn_autoupdate"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
|
@ -30,7 +30,8 @@
|
|||
android:layout_gravity="center_horizontal"
|
||||
android:gravity="center_horizontal"
|
||||
android:fontFamily="@string/robotoMedium"
|
||||
tools:text="Update your downloaded maps"/>
|
||||
tools:text="Update your downloaded maps"
|
||||
tools:targetApi="jelly_bean"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Add table
Reference in a new issue