Use bigger logo at loading screen.

This commit is contained in:
Onuray Sahin 2020-07-09 12:48:45 +03:00
parent 8237c949f1
commit bdcd96544e

View file

@ -7,8 +7,8 @@
<!-- Note: Animation will be started in the code --> <!-- Note: Animation will be started in the code -->
<ImageView <ImageView
android:id="@+id/animatedLogoImageView" android:id="@+id/animatedLogoImageView"
android:layout_width="wrap_content" android:layout_width="120dp"
android:layout_height="wrap_content" android:layout_height="120dp"
android:background="@drawable/riot_animated_logo" android:background="@drawable/riot_animated_logo"
android:importantForAccessibility="no" android:importantForAccessibility="no"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"