This commit is contained in:
sonichy
2018-03-29 23:36:28 +08:00
commit 02a8b24f9f
23 changed files with 1613 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="设置">
<EditTextPreference
android:key="homepage"
android:defaultValue="http://www.baidu.com"
android:summary="http://www.baidu.com"
android:title="主页"
android:background="#282828"/>
<SwitchPreference
android:key="switch_adBlock"
android:defaultValue="true"
android:title="广告过滤"/>
<SwitchPreference
android:key="switch_iframeBlock"
android:defaultValue="false"
android:title="iframe过滤"/>
</PreferenceScreen>