Added an option to enable/disable swipe
This commit is contained in:
parent
3c26c39a5a
commit
4b08919d7d
6 changed files with 22 additions and 9 deletions
|
@ -80,6 +80,13 @@
|
|||
android:layout="@layout/preference_category_title"
|
||||
android:title="@string/pref_header_controls">
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
app:defaultValue="false"
|
||||
app:key="swipe_to_dismiss"
|
||||
app:summary="@string/pref_summary_swipe_to_dismiss"
|
||||
app:title="@string/pref_title_swipe_to_dismiss" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
app:defaultValue="false"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue