This commit is contained in:
Tommaso Berlose 2020-10-02 16:16:32 +02:00
parent ca6fb75dfd
commit 72bf3b04a7

View File

@ -76,14 +76,14 @@
android:nextFocusLeft="@id/api_key"
android:gravity="center_vertical|start"
android:textColor="@color/colorPrimaryText"
app:boxBackgroundColor="@color/colorPrimaryDark"
app:boxStrokeColor="@color/colorAccent"
app:boxBackgroundColor="@color/colorPrimary"
app:boxStrokeWidth="0dp"
app:hintTextColor="@color/colorAccent"
android:hint="@string/api_key_hint"
android:fontFamily="@font/product_sans"
android:textAlignment="viewStart"
android:textDirection="locale"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox">
<com.google.android.material.textfield.TextInputEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"