SyntaxFix
Write A Post
Hire A Developer
Questions
Using android:editable="false" is Depracted. Instead you'll need to Use android:focusable="false"
android:editable="false"
android:focusable="false"