Adjust logo animation

This commit is contained in:
RIP95 2017-03-06 14:56:07 +03:00
parent 129038a6fa
commit 6b90e5a49e
8 changed files with 5 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -115,4 +115,7 @@
<item
android:drawable="@drawable/logo38"
android:duration="@integer/duration" />
<item
android:drawable="@drawable/logo39"
android:duration="@integer/duration" />
</animation-list>

View File

@ -47,10 +47,10 @@
<ImageView
android:id="@+id/imageView_logo"
android:layout_width="wrap_content"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:src="@drawable/logo38"
android:src="@drawable/logo39"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true" />