mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Updated style of 'do SAS validation again' in-call button
This commit is contained in:
parent
896ede0b88
commit
4ce7c90577
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue