mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Login screens: fix compilation issue (lint)
This commit is contained in:
parent
91fcf428dd
commit
9b83f08654
1 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,7 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
<!-- Id is defined in the style -->
|
||||
<ProgressBar
|
||||
android:id="@+id/loginCaptchaProgress"
|
||||
android:layout_width="60dp"
|
||||
|
@ -49,7 +50,8 @@
|
|||
app:layout_constraintBottom_toBottomOf="@id/loginFormScrollView"
|
||||
app:layout_constraintEnd_toEndOf="@id/loginFormScrollView"
|
||||
app:layout_constraintStart_toStartOf="@id/loginFormScrollView"
|
||||
app:layout_constraintTop_toTopOf="@id/loginFormScrollView" />
|
||||
app:layout_constraintTop_toTopOf="@id/loginFormScrollView"
|
||||
tools:ignore="UnknownId" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue