mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Fix crash due to style refacto
This commit is contained in:
parent
81053f5492
commit
e12b9a3dfe
2 changed files with 4 additions and 0 deletions
|
@ -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 a new issue