added preference summary to IITC plugins

This commit is contained in:
Philipp Schaefer
2014-02-01 10:20:21 +01:00
parent b80c4fc7ef
commit 6bc055491f
2 changed files with 4 additions and 2 deletions

View File

@ -106,6 +106,7 @@
<string name="pref_misc_cat">Misc</string>
<string name="pref_tweaks_cat">Tweaks</string>
<string name="pref_plugins">IITC Plugins</string>
<string name="pref_plugins_sum">Plugins extend/modify the IITC experience. Most plugins known from desktop IITC can be found here.</string>
<string name="pref_plugins_title">Available plugins</string>
<string name="pref_user_location">Display user location on map</string>
<string name="pref_user_zoom">Show zoom control</string>

View File

@ -36,7 +36,8 @@
android:fragment="com.cradle.iitc_mobile.fragments.PluginsFragment"
android:key="pref_plugins"
android:persistent="false"
android:title="@string/pref_plugins">
android:title="@string/pref_plugins"
android:summary="@string/pref_plugins_sum">
<intent
android:targetClass="com.cradle.iitc_mobile.IITC_PluginPreferenceActivity"
android:targetPackage="com.cradle.iitc_mobile"/>
@ -105,4 +106,4 @@
</PreferenceScreen>
</PreferenceCategory>
</PreferenceScreen>
</PreferenceScreen>