diff options
author | Allan Wang <me@allanwang.ca> | 2018-03-11 15:09:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-11 15:09:54 -0400 |
commit | e97db5c6529b1e12effc7141f277bd41d3fb580a (patch) | |
tree | 25c04d522cd423551295a7e1a51327fd2268767a /core-ui | |
parent | 0e402b4e745a0017b5d21ee0b3676099eb477d28 (diff) | |
download | kau-e97db5c6529b1e12effc7141f277bd41d3fb580a.tar.gz kau-e97db5c6529b1e12effc7141f277bd41d3fb580a.tar.bz2 kau-e97db5c6529b1e12effc7141f277bd41d3fb580a.zip |
Update versions (#142)
* Update versions
* Update nullability
* Update nullability 2
* Update changelog
Diffstat (limited to 'core-ui')
-rw-r--r-- | core-ui/src/main/res-public/values/public.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core-ui/src/main/res-public/values/public.xml b/core-ui/src/main/res-public/values/public.xml index 193e088..dcaa583 100644 --- a/core-ui/src/main/res-public/values/public.xml +++ b/core-ui/src/main/res-public/values/public.xml @@ -1,8 +1,8 @@ <resources xmlns:tools='http://schemas.android.com/tools' tools:ignore='ResourceName'> <!-- AUTO-GENERATED FILE. DO NOT MODIFY. public.xml is generated by the generatepublicxml gradle task --> - <public name='kau_elastic_recycler_activity' type='layout' /> <public name='kau_recycler_detached_background' type='layout' /> <public name='kau_recycler_textslider' type='layout' /> + <public name='kau_elastic_recycler_activity' type='layout' /> <public name='Kau.Translucent' type='style' /> <public name='Kau.Translucent.NoAnimation' type='style' /> <public name='Kau.Translucent.SlideBottom' type='style' /> |