android - How to achive a Listview layout as shown in picture? -
how can listview
layout shown in image above? listview scrollable
on left hand side , on right side these items after clicking on listview item.
i have searched lot cannot how achieve layout this. please guide me.
do this
<linearlayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" > <linearlayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> //////listview </linearlayout> <linearlayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> ///it's detail </linearlayout> </linearlayout>
put these in scroll view
Comments
Post a Comment