]> git.ktnx.net Git - mobile-ledger-staging.git/commitdiff
use outlined dense text input layouts
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 19 May 2020 20:41:27 +0000 (20:41 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 19 May 2020 20:41:58 +0000 (20:41 +0000)
the filled default is too attention dragging for the profile details
layout

app/src/main/res/values/styles.xml

index 8f330444851062592266c228820cbaf7d49332ae..3c8efabc4533476452ab373367372a86cef78abb 100644 (file)
@@ -35,6 +35,7 @@
         <item name="textColor">#757575</item>
         <item name="errorTextColor">@color/errorTextColor</item>
         <item name="colorOnSecondary">?android:attr/colorBackground</item>
+        <item name="textInputStyle">@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense</item>
     </style>
 
     <!-- theme list start -->