use header for plugins pref
This commit is contained in:
5
mobile/res/xml/pluginspreference.xml
Normal file
5
mobile/res/xml/pluginspreference.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android/plugins">
|
||||
<!-- empty...we will build the prefs in PluginsFragment -->
|
||||
</PreferenceScreen>
|
@ -43,8 +43,13 @@
|
||||
android:title="@string/pref_select_iitc"
|
||||
android:defaultValue="local"/>
|
||||
<PreferenceScreen
|
||||
android:fragment="com.cradle.iitc_mobile.fragments.PluginsFragment"
|
||||
android:key="pref_plugins"
|
||||
android:title="@string/pref_plugins" />
|
||||
android:title="@string/pref_plugins" >
|
||||
<intent
|
||||
android:targetPackage="com.cradle.iitc_mobile"
|
||||
android:targetClass="com.cradle.iitc_mobile.IITC_PluginPreferenceActivity"/>
|
||||
</PreferenceScreen>
|
||||
<CheckBoxPreference
|
||||
android:key="pref_force_https"
|
||||
android:title="@string/pref_force_https"
|
||||
|
Reference in New Issue
Block a user