tysdkn_id_adapter_add_item.xml 692 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content"
  6. android:orientation="vertical">
  7. <TextView
  8. android:id="@+id/tysdkn_add_id_add"
  9. android:layout_width="match_parent"
  10. android:gravity="center"
  11. android:layout_height="wrap_content"
  12. android:paddingTop="12dp"
  13. android:paddingBottom="12dp"
  14. android:background="@drawable/tysdkn_id_add_bg"
  15. android:textColor="#ffffff"
  16. android:text="添加小号"
  17. android:textSize="14sp"
  18. />
  19. </LinearLayout>