[andorid] Whats new for transit and discovery
|
@ -4,8 +4,8 @@ propMinSdkVersion=15
|
|||
propTargetSdkVersion=23
|
||||
propCompileSdkVersion=25
|
||||
propBuildToolsVersion=25.0.2
|
||||
propVersionCode=765
|
||||
propVersionName=7.6.5
|
||||
propVersionCode=800
|
||||
propVersionName=8.0.0
|
||||
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
|
||||
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
|
||||
|
||||
|
|
BIN
android/res/drawable-hdpi/img_whats_new_discover.png
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
android/res/drawable-hdpi/img_whats_new_transport.png
Normal file
After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 35 KiB |
BIN
android/res/drawable-mdpi/img_whats_new_discover.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
android/res/drawable-mdpi/img_whats_new_transport.png
Normal file
After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 23 KiB |
BIN
android/res/drawable-xhdpi/img_whats_new_discover.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
android/res/drawable-xhdpi/img_whats_new_transport.png
Normal file
After Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 65 KiB |
BIN
android/res/drawable-xxhdpi/img_whats_new_discover.png
Normal file
After Width: | Height: | Size: 114 KiB |
BIN
android/res/drawable-xxhdpi/img_whats_new_transport.png
Normal file
After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 104 KiB |
BIN
android/res/drawable-xxxhdpi/img_whats_new_discover.png
Normal file
After Width: | Height: | Size: 163 KiB |
BIN
android/res/drawable-xxxhdpi/img_whats_new_transport.png
Normal file
After Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 148 KiB |
|
@ -3,26 +3,32 @@
|
|||
|
||||
<!-- What's new -->
|
||||
<integer-array name="news_images">
|
||||
<item>@drawable/img_whats_new_ugc</item>
|
||||
<item>@drawable/img_whats_new_transport</item>
|
||||
<item>@drawable/img_whats_new_discover</item>
|
||||
</integer-array>
|
||||
|
||||
<string-array name="news_titles">
|
||||
<item>@string/whats_new_ugc_title</item>
|
||||
<item>@string/whats_new_transit_title</item>
|
||||
<item>@string/whats_new_discovery_title</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="news_messages_1">
|
||||
<item>@string/whats_new_ugc_message</item>
|
||||
<item>@string/whats_new_transit_message</item>
|
||||
<item>@string/whats_new_discovery_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>
|
||||
|
|