diff options
author | Allan Wang <me@allanwang.ca> | 2021-01-11 00:19:31 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-01-11 00:19:31 -0800 |
commit | 5f5389b0fde9d12c56e337dff169fa6319b449cf (patch) | |
tree | 8f5ec6bc4c5470b6c6fc3c4b2d732bec5d0d3016 /core-ui/src/main/res-public | |
parent | 038ad9c3aa4d6678d9ede06cf1ce68b8bdf85021 (diff) | |
download | kau-5f5389b0fde9d12c56e337dff169fa6319b449cf.tar.gz kau-5f5389b0fde9d12c56e337dff169fa6319b449cf.tar.bz2 kau-5f5389b0fde9d12c56e337dff169fa6319b449cf.zip |
Remove kotlin synethetics
Diffstat (limited to 'core-ui/src/main/res-public')
-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 c8c2e56..1e1a9df 100644 --- a/core-ui/src/main/res-public/values/public.xml +++ b/core-ui/src/main/res-public/values/public.xml @@ -1,7 +1,7 @@ <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_detached_background' type='layout' /> <public name='kau_recycler_textslider' type='layout' /> <public name='Kau.Translucent' type='style' /> <public name='Kau.Translucent.NoAnimation' type='style' /> |