focusable row inside table android
- by Nikitas
Hello guys,
i have in xml a ScrollView which includes one TableLayout.
My question is if it's possible to have a focusable row every time i click on it.
Here is my xml code:
<ScrollView
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
…