我是安卓新手。。
我有一个列表视图。例如列表视图包含“一、二、三、四、五”。当我从列表中选择“Two”时,我应该将“Two”显示为“Two”的下一个布局内容详细信息的标题
如何得到这个?任何人帮助我。提前致谢。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:android1="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".Nexttopic" > <ListView android1:id="@+id/List_view" android1:layout_width="match_parent" android1:layout_height="250dp" android1:layout_centerHorizontal="true" android1:layout_centerVertical="true" android:background="@drawable/bg"> </ListView> </RelativeLayout>