diff options
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/settings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml index b585ba1..3f76983 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -54,4 +54,7 @@ <juloo.common.IntSlideBarPreference android:key="key_vertical_space" android:title="@string/pref_key_vertical_space" android:summary="%sdp" android:defaultValue="2" min="0" max="8"/> <juloo.common.IntSlideBarPreference android:key="key_horizontal_space" android:title="@string/pref_key_horizontal_space" android:summary="%sdp" android:defaultValue="2" min="0" max="8"/> </PreferenceCategory> + <PreferenceCategory android:title="@string/pref_category_advanced"> + <EditTextPreference android:key="custom_layout" android:title="@string/pref_custom_layout_title" android:summary="@string/pref_custom_layout_summary" android:inputType="text|textMultiLine|textLongMessage"/> + </PreferenceCategory> </PreferenceScreen> |
