nim_contact_select_area_item.xml 729 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/contact_select_area_head"
  4. android:layout_width="wrap_content"
  5. android:layout_height="wrap_content">
  6. <com.netease.nim.uikit.common.ui.imageview.HeadImageView
  7. android:id="@+id/contact_select_area_image"
  8. android:layout_width="@dimen/avatar_size_in_contact"
  9. android:layout_height="@dimen/avatar_size_in_contact"
  10. android:layout_centerInParent="true"
  11. android:clickable="false"
  12. android:contentDescription="@string/empty"
  13. android:focusable="false"
  14. android:focusableInTouchMode="false"/>
  15. </RelativeLayout>