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.<
A simple way is by setting this attribute: android:background="@android:drawable/btn_default"
android:background="@android:drawable/btn_default"