expandable_section_header.xml 607 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="wrap_content"
  5. android:orientation="vertical"
  6. android:padding="8dp"
  7. android:background="#ffffff">
  8. <TextView
  9. android:id="@+id/sectionHeaderTitle"
  10. android:layout_width="fill_parent"
  11. android:layout_height="wrap_content"
  12. android:paddingLeft="?android:attr/expandableListPreferredItemPaddingLeft"
  13. android:textSize="17dp"
  14. android:textColor="#505c6d" />
  15. </LinearLayout>