答案 0 :(得分:0)
做这样的事情
<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
答案 1 :(得分:0)
该屏幕使用片段而不是ListView。正如拉古南丹所说。
您可以参考他提供的链接。
你也可以参考这个 - http://www.techotopia.com/index.php/An_Android_Master/Detail_Flow_Tutorial