即時通訊新的Android ..如何在android中設置tittle bar?
我有一個列表視圖。例如列表視圖包含「一,二,三,四,五」。當我從列表中選擇「兩個」時,我應該將「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>
你嘗試過什麼嗎? – Egor 2013-04-10 10:41:23