[android] Whatsnew for UGC
Before Width: | Height: | Size: 43 KiB |
BIN
android/res/drawable-hdpi/img_whats_new_ugc.png
Normal file
After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 25 KiB |
BIN
android/res/drawable-mdpi/img_whats_new_ugc.png
Normal file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 50 KiB |
BIN
android/res/drawable-xhdpi/img_whats_new_ugc.png
Normal file
After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 119 KiB |
BIN
android/res/drawable-xxhdpi/img_whats_new_ugc.png
Normal file
After Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 166 KiB |
BIN
android/res/drawable-xxxhdpi/img_whats_new_ugc.png
Normal file
After Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 175 KiB |
|
@ -3,32 +3,26 @@
|
|||
|
||||
<!-- What's new -->
|
||||
<integer-array name="news_images">
|
||||
<item>@drawable/img_whats_new_route</item>
|
||||
<item>@drawable/img_whats_new_update</item>
|
||||
<item>@drawable/img_whats_new_ugc</item>
|
||||
</integer-array>
|
||||
|
||||
<string-array name="news_titles">
|
||||
<item>@string/whats_new_title_route</item>
|
||||
<item>@string/whats_new_message_title_update</item>
|
||||
<item>@string/whats_new_ugc_title</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="news_messages_1">
|
||||
<item>@string/whats_new_message_route</item>
|
||||
<item>@string/whats_new_message_maps_update</item>
|
||||
<item>@string/whats_new_ugc_message</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="news_messages_2">
|
||||
<item/>
|
||||
<item/>
|
||||
</string-array>
|
||||
|
||||
<string-array name="news_switch_titles">
|
||||
<item/>
|
||||
<item/>
|
||||
</string-array>
|
||||
|
||||
<string-array name="news_switch_subtitles">
|
||||
<item/>
|
||||
<item/>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
|