diff options
author | Allan Wang <me@allanwang.ca> | 2018-05-02 21:22:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-02 21:22:55 -0400 |
commit | 5ad60050c91791638d90b5469bcb22e7b340af0c (patch) | |
tree | ffe92d0206ac9753f88a44076c070571409961ce /sample/src/main/res/xml | |
parent | b85fc4f939a443368cea296bfa8439745419d887 (diff) | |
download | kau-5ad60050c91791638d90b5469bcb22e7b340af0c.tar.gz kau-5ad60050c91791638d90b5469bcb22e7b340af0c.tar.bz2 kau-5ad60050c91791638d90b5469bcb22e7b340af0c.zip |
Fix seekbar increments, resolves #145 (#147)
* Fix seekbar increments, resolves #145
* Update changelog
Diffstat (limited to 'sample/src/main/res/xml')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 636525f..a5d0ea9 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -11,7 +11,7 @@ <item text="Fix new lint issues (see Migration for resource related methods)" /> <item text=":adapter: Add more IAdapter functions to help retrieve selections" /> <item text=":core: Add deprecation warning to bindView for fragment based extensions; use bindViewResettable instead" /> - <item text="" /> + <item text=":kpref-activity: Fix seekbar increment" /> <item text="" /> <item text="" /> |