Android Preference Screen Layout
问题 I have the following preference screen in my app <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <EditTextPreference android:key="edittexvalue" android:id="@+id/edittextvalue" android:title="Title Here" android:summary="Summary Here" android:defaultValue="Some Value"/> <Preference android:key="customPref" android:title="Title Here" android:summary="Summary Here"/> </PreferenceScreen> All of that works just fine however my app i have custom backgrounds and text