item_index_contact.xml 605 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content">
  5. <TextView
  6. android:id="@+id/tv_index"
  7. android:layout_width="match_parent"
  8. android:layout_height="wrap_content"
  9. android:paddingLeft="24dp"
  10. android:paddingTop="8dp"
  11. android:paddingRight="@dimen/d_30dp"
  12. android:paddingBottom="8dp"
  13. android:textColor="@color/white"
  14. android:textSize="14sp"
  15. android:textStyle="bold" />
  16. </FrameLayout>