Skip to content

Commit

Permalink
added UI for hatchedEggs
Browse files Browse the repository at this point in the history
  • Loading branch information
pperle committed Sep 27, 2016
1 parent 66206cd commit 5773bc3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
<string name="preference_hatch_notification">Hatch Notifications</string>
<string name="preference_hatch_notification_enable_key">hatch_notification_key</string>
<string name="preference_hatch_notification_enable_title">Enable hatch notifications</string>
<string name="preference_hatch_notification_enable_summary">Show hatch result via system toast</string>
<string name="preference_hatch_notification_enable_summary">Show hatch result via system notification</string>

</resources>
12 changes: 12 additions & 0 deletions app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,16 @@

</PreferenceCategory>

<PreferenceCategory
android:title="@string/preference_hatch_notification">

<SwitchPreference
android:defaultValue="@bool/preference_hatch_notification_enable"
android:key="@string/preference_hatch_notification_enable_key"
android:summary="@string/preference_hatch_notification_enable_summary"
android:title="@string/preference_hatch_notification_enable_title"
/>

</PreferenceCategory>

</PreferenceScreen>

0 comments on commit 5773bc3

Please sign in to comment.