Hide "element" type logo in login splash screen

This commit is contained in:
SpiritCroc 2020-07-19 11:24:07 +02:00
parent b25b9fa08b
commit 311244508d
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
android:layout_marginTop="8dp"
android:src="@drawable/element_logotype"
android:tint="?colorAccent"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/loginSplashLogo" />