MaterialTextField icon indicating copy to clipboard operation
MaterialTextField copied to clipboard

Changing Card Background not working

Open Sparker0i opened this issue 7 years ago • 1 comments

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.

Sparker0i avatar May 04 '17 20:05 Sparker0i

you can change Card Background with this app:mtf_backgroundColor="your color"

dondeepak avatar Jun 17 '17 10:06 dondeepak