mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-04 05:56:43 +01:00
Fix crash due to style refacto
This commit is contained in:
parent
81053f5492
commit
e12b9a3dfe
@ -55,6 +55,8 @@
|
||||
<Button
|
||||
android:id="@+id/loginTermsSubmit"
|
||||
style="@style/Widget.Vector.Button.Login"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="36dp"
|
||||
android:text="@string/accept"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
@ -59,6 +59,8 @@
|
||||
<Button
|
||||
android:id="@+id/loginTermsSubmit"
|
||||
style="@style/Widget.Vector.Button.Login"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="36dp"
|
||||
android:text="@string/accept"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
Loading…
Reference in New Issue
Block a user