item_lv_pop_choose.xml 713 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheckedTextView android:id="@+id/ctv_content"
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="@dimen/px90"
  6. android:background="@color/white"
  7. android:checkMark="@drawable/cb_checked"
  8. android:gravity="center_vertical"
  9. android:paddingRight="-72px"
  10. android:paddingLeft="@dimen/px36"
  11. android:layout_margin="80dp"
  12. android:text=""
  13. android:textColor="@color/default_black"
  14. android:textSize="@dimen/px32"/>