diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-07 13:20:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 13:20:02 -0400 |
commit | f6dd40662ce3cc84b2c47ceecc0983f93e47384d (patch) | |
tree | 99b563b8c234330d2bbbc0145f086d8691ee9376 /core-ui | |
parent | 1e3cb74579a3297460cd4085c57942138c5805a2 (diff) | |
parent | 5d86d9089697b152192b2786fbe0c708dd8b5e2b (diff) | |
download | kau-f6dd40662ce3cc84b2c47ceecc0983f93e47384d.tar.gz kau-f6dd40662ce3cc84b2c47ceecc0983f93e47384d.tar.bz2 kau-f6dd40662ce3cc84b2c47ceecc0983f93e47384d.zip |
Merge pull request #163 from AllanWang/feature/progressanimator
Feature/progressanimator
Diffstat (limited to 'core-ui')
-rw-r--r-- | core-ui/src/main/res-public/values/public.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core-ui/src/main/res-public/values/public.xml b/core-ui/src/main/res-public/values/public.xml new file mode 100644 index 0000000..f46b3eb --- /dev/null +++ b/core-ui/src/main/res-public/values/public.xml @@ -0,0 +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' /> +</resources>
\ No newline at end of file |