i have a layout for listView item (with adapter) and i want to use the same layout in another activity but i want to make it scrollable for the seconde usage. my solution is:
listView_item when it used for adapter: with a ScrollView parent i've used also: android:descendantFocusability "blocksDescendants" android:fillViewport "true" isScrollContainer "false"
0 comments:
Post a Comment