hnyy_tips_toast.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:background="@drawable/hnyy_container_white_bg"
  6. android:gravity="center"
  7. android:orientation="horizontal">
  8. <ImageView
  9. android:id="@+id/hnyy_iv_desc"
  10. android:layout_width="18dp"
  11. android:layout_height="18dp"
  12. android:layout_gravity="center"
  13. android:layout_marginLeft="60dp"
  14. android:layout_marginTop="10dp"
  15. android:layout_marginBottom="10dp" />
  16. <TextView
  17. android:id="@+id/hnyy_tv_desc"
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:layout_gravity="center"
  21. android:layout_marginLeft="10dp"
  22. android:layout_marginTop="10dp"
  23. android:layout_marginRight="60dp"
  24. android:layout_marginBottom="10dp"
  25. android:singleLine="true"
  26. android:textColor="@color/hnyy_color_gray"
  27. android:textSize="14sp" />
  28. </LinearLayout>