Automatic color correction
Change-Id: I3d2b339669ab717bf5e3a08cfcdfc46762838667
This commit is contained in:
parent
d5d555d07f
commit
dd0897d6e4
|
@ -41,7 +41,7 @@
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:background="@drawable/circle"
|
android:background="@drawable/circle"
|
||||||
android:backgroundTint="@color/element_background_light"
|
android:backgroundTint="?backgroundColorLight"
|
||||||
android:importantForAccessibility="no"
|
android:importantForAccessibility="no"
|
||||||
android:src="@drawable/ic_user_fg"
|
android:src="@drawable/ic_user_fg"
|
||||||
app:layout_constraintBottom_toTopOf="@id/accountCreatedSpace2"
|
app:layout_constraintBottom_toTopOf="@id/accountCreatedSpace2"
|
||||||
|
@ -143,7 +143,7 @@
|
||||||
style="@style/Widget.Vector.Button.Login"
|
style="@style/Widget.Vector.Button.Login"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:backgroundTint="@color/element_background_light"
|
android:backgroundTint="?backgroundColorLight"
|
||||||
android:text="@string/ftue_account_created_take_me_home"
|
android:text="@string/ftue_account_created_take_me_home"
|
||||||
android:textAllCaps="true"
|
android:textAllCaps="true"
|
||||||
android:textColor="?colorSecondary"
|
android:textColor="?colorSecondary"
|
||||||
|
|
Loading…
Reference in New Issue