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.<
@danLeon: Instead of android:background="@android:drawable/btn_default"
you should use android:background="@android:drawable/list_selector_background"
former will modify the UI as well, which is not required.