Updated style of 'do SAS validation again' in-call button

This commit is contained in:
Sylvain Berfini 2024-04-18 17:19:22 +02:00
parent 896ede0b88
commit 4ce7c90577
2 changed files with 2 additions and 2 deletions

View file

@ -134,7 +134,7 @@
app:layout_columnWeight="1" />
<androidx.appcompat.widget.AppCompatTextView
style="@style/secondary_button_label_style"
style="@style/primary_button_label_style"
android:onClick="@{() -> model.showSasValidationDialog()}"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View file

@ -127,7 +127,7 @@
android:visibility="@{model.isMediaEncryptionZrtp ? View.VISIBLE : View.GONE}" />
<androidx.appcompat.widget.AppCompatTextView
style="@style/secondary_button_label_style"
style="@style/primary_button_label_style"
android:onClick="@{() -> model.showSasValidationDialog()}"
android:layout_width="match_parent"
android:layout_height="wrap_content"