diff options
author | Allan Wang <me@allanwang.ca> | 2019-10-19 22:57:44 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-10-19 22:57:44 -0700 |
commit | f411167d3a7748bafbd54394e24ee40808faa6be (patch) | |
tree | f3c154ebfb28b8f27651ccd9abf2ee35d0b045d3 /sample/src/main/res/xml | |
parent | cd93a1205a1f52883593288f0b0a5a5fb05b900b (diff) | |
download | kau-f411167d3a7748bafbd54394e24ee40808faa6be.tar.gz kau-f411167d3a7748bafbd54394e24ee40808faa6be.tar.bz2 kau-f411167d3a7748bafbd54394e24ee40808faa6be.zip |
Apply spotless and 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 f6e1458..5b4ff9c 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -11,10 +11,10 @@ <item text=":core: Migrate iconics to v4.x.x" /> <item text=":core: Automatically switch light mode for navigationBarColor and statusBarColor" /> <item text=":core: Remove statusBarLight toggle" /> + <item text=":core: Remove kau_status_bar_height; height should be found programmatically" /> <item text=":fastadapter: Migrate fastadapter to v4.x.x" /> <item text="" /> <item text="" /> - <item text="" /> <version title="v5.1.0" /> <item text=":adapter: Moved fastadapter elements to new module, :fastadapter:. To migrate, simply rename the dependency. If you don't use fast adapter, no changes are necessary" /> |