mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Use bigger logo at loading screen.
This commit is contained in:
parent
8237c949f1
commit
bdcd96544e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue