diff options
author | Allan Wang <allanwang@google.com> | 2019-11-13 14:28:03 -0800 |
---|---|---|
committer | Allan Wang <allanwang@google.com> | 2019-11-13 14:28:03 -0800 |
commit | b8ca2b0c07a72149e531a55de0269fba8d5d28b6 (patch) | |
tree | d3900b62b90256ebc1a63502127d014525408b6e /core-ui | |
parent | 8a0c3769b8960282befbaea7d61a0cb4249f9a98 (diff) | |
download | kau-b8ca2b0c07a72149e531a55de0269fba8d5d28b6.tar.gz kau-b8ca2b0c07a72149e531a55de0269fba8d5d28b6.tar.bz2 kau-b8ca2b0c07a72149e531a55de0269fba8d5d28b6.zip |
Add unbind functions
Diffstat (limited to 'core-ui')
-rw-r--r-- | core-ui/src/main/res-public/values/public.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core-ui/src/main/res-public/values/public.xml b/core-ui/src/main/res-public/values/public.xml index c8c2e56..f62ed25 100644 --- a/core-ui/src/main/res-public/values/public.xml +++ b/core-ui/src/main/res-public/values/public.xml @@ -1,10 +1,10 @@ <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_recycler_detached_background' type='layout' /> - <public name='kau_elastic_recycler_activity' type='layout' /> - <public name='kau_recycler_textslider' type='layout' /> <public name='Kau.Translucent' type='style' /> <public name='Kau.Translucent.NoAnimation' type='style' /> <public name='Kau.Translucent.SlideBottom' type='style' /> <public name='Kau.Translucent.SlideTop' type='style' /> + <public name='kau_recycler_detached_background' type='layout' /> + <public name='kau_elastic_recycler_activity' type='layout' /> + <public name='kau_recycler_textslider' type='layout' /> </resources>
\ No newline at end of file |