星火管控
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

btncardview.xml 1.2KB

123456789101112131415161718192021222324252627282930313233
  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. xmlns:tools="http://schemas.android.com/tools"
  5. android:id="@+id/llayout_cv"
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent"
  8. android:layout_gravity="center"
  9. android:background="@drawable/shape_shadow_bg"
  10. android:gravity="center"
  11. android:orientation="vertical"
  12. android:paddingTop="20dp"
  13. android:paddingBottom="20dp"
  14. tools:ignore="UselessParent">
  15. <com.makeramen.roundedimageview.RoundedImageView
  16. android:id="@+id/iv"
  17. android:layout_width="47dp"
  18. android:layout_height="47dp"
  19. app:riv_corner_radius="13dp"
  20. tools:ignore="ContentDescription" />
  21. <TextView
  22. android:id="@+id/tv"
  23. android:layout_width="match_parent"
  24. android:layout_height="wrap_content"
  25. android:layout_marginLeft="2dp"
  26. android:layout_marginTop="10dp"
  27. android:layout_marginRight="2dp"
  28. android:gravity="center"
  29. android:textColor="#FF253A70"
  30. android:textSize="15sp" />
  31. </LinearLayout>