Fix #156
This commit is contained in:
parent
ca6fb75dfd
commit
72bf3b04a7
@ -76,14 +76,14 @@
|
|||||||
android:nextFocusLeft="@id/api_key"
|
android:nextFocusLeft="@id/api_key"
|
||||||
android:gravity="center_vertical|start"
|
android:gravity="center_vertical|start"
|
||||||
android:textColor="@color/colorPrimaryText"
|
android:textColor="@color/colorPrimaryText"
|
||||||
app:boxBackgroundColor="@color/colorPrimaryDark"
|
app:boxBackgroundColor="@color/colorPrimary"
|
||||||
app:boxStrokeColor="@color/colorAccent"
|
app:boxStrokeWidth="0dp"
|
||||||
app:hintTextColor="@color/colorAccent"
|
app:hintTextColor="@color/colorAccent"
|
||||||
android:hint="@string/api_key_hint"
|
android:hint="@string/api_key_hint"
|
||||||
android:fontFamily="@font/product_sans"
|
android:fontFamily="@font/product_sans"
|
||||||
android:textAlignment="viewStart"
|
android:textAlignment="viewStart"
|
||||||
android:textDirection="locale"
|
android:textDirection="locale"
|
||||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
|
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox">
|
||||||
<com.google.android.material.textfield.TextInputEditText
|
<com.google.android.material.textfield.TextInputEditText
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user