From 33c5559f0d55b4fcfa7388a21404be81060f1feb Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Tue, 19 May 2020 20:41:27 +0000 Subject: [PATCH] use outlined dense text input layouts the filled default is too attention dragging for the profile details layout --- app/src/main/res/values/styles.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 8f330444..3c8efabc 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -35,6 +35,7 @@ #757575 @color/errorTextColor ?android:attr/colorBackground + @style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense -- 2.39.2