diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-24 16:41:13 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-09-24 16:43:15 -0400 |
commit | 1a509b896aa670da4ab3e2f039140ad7608387e9 (patch) | |
tree | edc1bd60d79715a76f1129882f7b8297f27d746f /sample/src/main/res | |
parent | cd41bb2917425599fca5d786ea62a2c3253dda70 (diff) | |
download | kau-1a509b896aa670da4ab3e2f039140ad7608387e9.tar.gz kau-1a509b896aa670da4ab3e2f039140ad7608387e9.tar.bz2 kau-1a509b896aa670da4ab3e2f039140ad7608387e9.zip |
Feature/kpref time picker (#64)
* Init kpref time builder and open up other builders
* Enable self refresh
* Add readme
* Update changelog
* Update readme
Diffstat (limited to 'sample/src/main/res')
-rw-r--r-- | sample/src/main/res/values/strings.xml | 3 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sample/src/main/res/values/strings.xml b/sample/src/main/res/values/strings.xml index a887ad3..1e3361e 100644 --- a/sample/src/main/res/values/strings.xml +++ b/sample/src/main/res/values/strings.xml @@ -15,6 +15,9 @@ <string name="text">Text Pref</string> <string name="text_desc">Saves the text</string> <string name="seekbar">Seekbar</string> + <string name="time">Time Pref</string> + <string name="time_desc_12">AM PM version</string> + <string name="time_desc_24">24h version</string> <string name="sub_item">Sub Item Pref</string> <string name="sub_item_desc">Press this to view the next subset of preferences</string> <string name="your_email">your.email@here.com</string> diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 53dfe99..a33edbd 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -7,9 +7,11 @@ --> <version title="v3.4.1"/> - <item text="Validate context before showing dialogs" /> - <item text="Add intent resolver checks prior to all executions." /> - <item text="Fix bundle NPE when starting activity" /> + <item text=":core: Validate context before showing dialogs" /> + <item text=":core: Add intent resolver checks prior to all executions." /> + <item text=":core: Fix bundle NPE when starting activity" /> + <item text=":kpref-activity: Create timePicker" /> + <item text="" /> <item text="" /> <item text="" /> |