aboutsummaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-10-19 23:15:47 -0700
committerGitHub <noreply@github.com>2019-10-19 23:15:47 -0700
commit5dc6b2151f3177d01b2afe8f2e0479379f9970ff (patch)
treef3c154ebfb28b8f27651ccd9abf2ee35d0b045d3 /sample
parentcd068b144ef533bccafc20b8b25ff72b56a93e23 (diff)
parentf411167d3a7748bafbd54394e24ee40808faa6be (diff)
downloadkau-5dc6b2151f3177d01b2afe8f2e0479379f9970ff.tar.gz
kau-5dc6b2151f3177d01b2afe8f2e0479379f9970ff.tar.bz2
kau-5dc6b2151f3177d01b2afe8f2e0479379f9970ff.zip
Merge pull request #234 from AllanWang/status-bar-height
Fix status bar height for settings activity
Diffstat (limited to 'sample')
-rw-r--r--sample/src/main/res/xml/kau_changelog.xml2
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" />