2016年8月11日 星期四

how to add icon to the preference page?

39 how to add icon to the preference page?

<EditTextPreference
       android:defaultValue="@string/preference_name_defaultvalue"
       android:dialogTitle="@string/preference_name_dialogTitle"
       android:icon="@drawable/ic_face_black_36px"
       android:key="@string/preference_name_key"
       android:title="@string/preference_name_title" />