You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have this app which has a ScrollView and a Button and the ScrollView consists of a Linear Layout where the CardLayout (A linear layout consisting of two (Material)EditTexts) will be inflated. The problem is if I add the view(CardLayout) dynamically, the MaterialEditTexts are disabled automatically. Is there any way to fix this?
But, if I use normal EditTexts, it works fine.
My phone is on API level 23, Android 6.0.1
With normal EditText
With MaterialEditText
The text was updated successfully, but these errors were encountered:
So I have this app which has a ScrollView and a Button and the ScrollView consists of a Linear Layout where the CardLayout (A linear layout consisting of two (Material)EditTexts) will be inflated. The problem is if I add the view(CardLayout) dynamically, the MaterialEditTexts are disabled automatically. Is there any way to fix this?
But, if I use normal EditTexts, it works fine.
My phone is on API level 23, Android 6.0.1
With normal EditText
With MaterialEditText
The text was updated successfully, but these errors were encountered: