I\'ve got a linear layout that i have set true to be clikable + focus, But the problem is there is no focus displayed when clicked. How can i get the focus to be displayed.<
To apply material design's button press animation to any element, set the element's android background attribute to:
android:background="?android:attr/selectableItemBackground"
In your case: