SyntaxFix
Write A Post
Hire A Developer
Questions
Add these two properties to your parent layout (ex: Linear Layout, Relative Layout)
android:focusable="false" android:focusableInTouchMode="false"
It will do the trick :)