From 72bf3b04a75a737edc1036c5ef85d329b437a603 Mon Sep 17 00:00:00 2001 From: Tommaso Berlose Date: Fri, 2 Oct 2020 16:16:32 +0200 Subject: [PATCH] Fix #156 --- app/src/main/res/layout/activity_weather_provider.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/activity_weather_provider.xml b/app/src/main/res/layout/activity_weather_provider.xml index 3ebcb90..24115b0 100644 --- a/app/src/main/res/layout/activity_weather_provider.xml +++ b/app/src/main/res/layout/activity_weather_provider.xml @@ -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">