1
我的要求是我想創建一個圖片聯繫人,並且在聯繫人圖片旁邊我想顯示聯繫人的姓名。如何在android中創建聯繫人
下面是我的代碼:在這裏我也可以創建聯繫人,但我無法獲得確切的輸出。
代碼:
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<QuickContactBadge
android:id="@+id/quickContactBadge1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/checkedTextView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="CheckedTextView" />
</LinearLayout>
我出來就把:
需要進行放:
請任何人建議我。
謝謝。