mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Updated style of login/register bottom button in assistant
This commit is contained in:
parent
ac1e636caa
commit
f1eca63b5a
2 changed files with 2 additions and 2 deletions
|
|
@ -293,7 +293,7 @@
|
|||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:onClick="@{registerClickListener}"
|
||||
style="@style/secondary_button_label_style"
|
||||
style="@style/primary_button_label_style"
|
||||
android:id="@+id/register"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
|
|
@ -328,7 +328,7 @@
|
|||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:onClick="@{loginClickListener}"
|
||||
style="@style/secondary_button_label_style"
|
||||
style="@style/primary_button_label_style"
|
||||
android:id="@+id/login"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue