Blame view
app/src/main/res/xml/pref_headers.xml
800 Bytes
f905cc410
![]() |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android"> <!-- These settings headers are only used on tablets. --> <header android:fragment="com.gump.passport.demo.SettingsActivity$ParamPreferenceFragment" android:icon="@drawable/ic_text_fields_black_24dp" android:title="@string/pref_header_param"/> <header android:fragment="com.gump.passport.demo.SettingsActivity$GeneralPreferenceFragment" android:icon="@drawable/ic_build_black_24dp" android:title="@string/pref_header_general"/> <header android:fragment="com.gump.passport.demo.SettingsActivity$PaymentPreferenceFragment" android:icon="@drawable/ic_attach_money_black_24dp" android:title="@string/payment"/> </preference-headers> |