Change splash screen icons.
This commit is contained in:
parent
6d270dc5f4
commit
f025811025
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -2,15 +2,15 @@
|
||||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:oneshot="false">
|
android:oneshot="false">
|
||||||
<item
|
<item
|
||||||
android:drawable="@drawable/riot_splash_0_blue"
|
android:drawable="@drawable/riot_splash_white"
|
||||||
android:duration="@integer/splash_animation_velocity" />
|
android:duration="@integer/splash_animation_velocity" />
|
||||||
<item
|
<item
|
||||||
android:drawable="@drawable/riot_splash_1_green"
|
android:drawable="@drawable/riot_splash_white"
|
||||||
android:duration="@integer/splash_animation_velocity" />
|
android:duration="@integer/splash_animation_velocity" />
|
||||||
<item
|
<item
|
||||||
android:drawable="@drawable/riot_splash_2_pink"
|
android:drawable="@drawable/riot_splash_white"
|
||||||
android:duration="@integer/splash_animation_velocity" />
|
android:duration="@integer/splash_animation_velocity" />
|
||||||
<item
|
<item
|
||||||
android:drawable="@drawable/riot_splash_3_red"
|
android:drawable="@drawable/riot_splash_white"
|
||||||
android:duration="@integer/splash_animation_velocity" />
|
android:duration="@integer/splash_animation_velocity" />
|
||||||
</animation-list>
|
</animation-list>
|
|
@ -5,13 +5,13 @@
|
||||||
android:opacity="opaque">
|
android:opacity="opaque">
|
||||||
|
|
||||||
<!-- Background color -->
|
<!-- Background color -->
|
||||||
<item android:drawable="@color/riot_primary_background_color_light" />
|
<item android:drawable="@color/riotx_accent" />
|
||||||
|
|
||||||
<!-- Centered logo -->
|
<!-- Centered logo -->
|
||||||
<item>
|
<item>
|
||||||
<bitmap
|
<bitmap
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:src="@drawable/riot_splash_0_blue" />
|
android:src="@drawable/riot_splash_white" />
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</layer-list>
|
</layer-list>
|
Loading…
Reference in New Issue