nim_emoji_item.xml 483 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:paddingTop="6dp"
  6. android:paddingBottom="8dip" >
  7. <ImageView
  8. android:id="@+id/imgEmoji"
  9. android:layout_width="28dip"
  10. android:layout_height="28dip"
  11. android:layout_centerHorizontal="true" >
  12. </ImageView>
  13. </RelativeLayout>