custom_bubble_attach_popup.xml 575 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. android:layout_width="wrap_content"
  5. android:layout_height="60px"
  6. android:background="@drawable/attach_popup"
  7. android:gravity="center"
  8. android:paddingHorizontal="120px">
  9. <TextView
  10. android:id="@+id/tv"
  11. android:layout_width="wrap_content"
  12. android:layout_height="wrap_content"
  13. android:textColor="#333"
  14. android:textSize="20px" />
  15. </LinearLayout>