[andorid] Whats new for transit and discovery

This commit is contained in:
Александр Зацепин 2017-12-11 13:08:55 +03:00 committed by Ilya Grechuhin
parent 6054a5ca1d
commit 8a5def0697
17 changed files with 11 additions and 5 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

View file

@ -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>