face_group_icon.xml 560 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="40dp"
  4. android:layout_height="match_parent"
  5. android:background="@drawable/selector_face_text">
  6. <ImageView
  7. android:id="@+id/face_group_tab_icon"
  8. android:layout_width="28dp"
  9. android:layout_height="28dp"
  10. android:layout_centerHorizontal="true"
  11. android:clickable="false"
  12. android:scaleType="fitXY"
  13. android:src="@drawable/emoji_default" />
  14. </RelativeLayout>