diff options
author | Allan Wang <me@allanwang.ca> | 2019-12-07 18:19:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-07 18:19:51 -0800 |
commit | 0db38bce21d883dfb94f51b9dc2ab440a9782c52 (patch) | |
tree | b6dcbd597d387b07c0ec10eea6d9332580f7c6b7 /core-ui/src/main | |
parent | 09c6e4d1defb46616c57accbf505d0c237fea3d6 (diff) | |
parent | cbdb7b55c894da4655644c4d3db2def2b89cd989 (diff) | |
download | kau-0db38bce21d883dfb94f51b9dc2ab440a9782c52.tar.gz kau-0db38bce21d883dfb94f51b9dc2ab440a9782c52.tar.bz2 kau-0db38bce21d883dfb94f51b9dc2ab440a9782c52.zip |
Merge pull request #235 from AllanWang/viewbinding
ViewBinding
Diffstat (limited to 'core-ui/src/main')
-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 |