narimetisaigopi

list_item.xml

Feb 15th, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TextView
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content"
  6. android:text="Dummy Text"
  7. android:textSize="22dp"
  8. android:gravity="center"
  9. android:padding="16dp"
  10. android:textColor="#fff"
  11. android:background="@color/colorAccent"
  12. android:textStyle="bold">
  13.  
  14. </TextView>
Add Comment
Please, Sign In to add comment