Skip to content

Commit

Permalink
feat(settings): Add another switch for calendar
Browse files Browse the repository at this point in the history
⚠️ WIP
  • Loading branch information
EdricChan03 committed Dec 13, 2017
1 parent 23f1f5e commit 6650231
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/main/res/xml/pref_experimental.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@
android:title="@string/pref_title_experimental_ui"
android:dependency="experimental_features"
android:icon="@drawable/ic_flask_white_24dp"/>
<SwitchPreference
android:defaultValue="false"
android:key="experimental_calendar"
android:summary="@string/pref_desc_experimental_calendar"
android:title="@string/pref_title_experimental_calendar"
android:dependency="experimental_features"
android:icon="@drawable/ic_calendar_white_24dp"/>
</PreferenceScreen>

0 comments on commit 6650231

Please sign in to comment.