mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 09:56:00 +03:00
Automatic color correction
Change-Id: I130145727363147bcb75c5b1063eed5082233335
This commit is contained in:
parent
dec61e7a35
commit
9f3a83deb5
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@
|
|||
style="@style/Widget.Vector.Button.Text.Login"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:backgroundTint="@color/element_background_light"
|
||||
android:backgroundTint="?backgroundColorLight"
|
||||
android:text="@string/ftue_auth_phone_confirmation_resend_code"
|
||||
android:textAllCaps="true"
|
||||
android:textColor="?colorSecondary"
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
style="@style/Widget.Vector.Button.Text.Login"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:backgroundTint="@color/element_background_light"
|
||||
android:backgroundTint="?backgroundColorLight"
|
||||
android:text="@string/ftue_auth_email_resend_email"
|
||||
android:textAllCaps="true"
|
||||
android:textColor="?colorSecondary"
|
||||
|
|
Loading…
Reference in a new issue