Open Sparker0i opened 7 years ago
In this given file in the sample https://github.com/florent37/MaterialTextField/blob/master/sample/src/main/res/layout/activity_main.xml , there is a reference app:mtf_cardColor="@color/cardview_dark_background".
app:mtf_cardColor="@color/cardview_dark_background"
Unfortunately when I am trying to do this in my app, I am getting an error in Android Studio. I am using the latest version of your library.
you can change Card Background with this app:mtf_backgroundColor="your color"
In this given file in the sample https://github.com/florent37/MaterialTextField/blob/master/sample/src/main/res/layout/activity_main.xml , there is a reference
app:mtf_cardColor="@color/cardview_dark_background"
.Unfortunately when I am trying to do this in my app, I am getting an error in Android Studio. I am using the latest version of your library.