diff options
author | Allan Wang <allanwang@google.com> | 2019-07-26 14:53:29 -0700 |
---|---|---|
committer | Allan Wang <allanwang@google.com> | 2019-07-26 14:53:29 -0700 |
commit | d94017e6f6df67e80604111028ea16f6c7f4e077 (patch) | |
tree | 22ef5516b55dea3b18dca49add00e642b35e36aa /core-ui/src | |
parent | 4b40be65fd4854c1772ae60ecf784b14e489734c (diff) | |
download | kau-d94017e6f6df67e80604111028ea16f6c7f4e077.tar.gz kau-d94017e6f6df67e80604111028ea16f6c7f4e077.tar.bz2 kau-d94017e6f6df67e80604111028ea16f6c7f4e077.zip |
Update versions and setup with google
Diffstat (limited to 'core-ui/src')
-rw-r--r-- | core-ui/src/main/res-public/values/public.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core-ui/src/main/res-public/values/public.xml b/core-ui/src/main/res-public/values/public.xml index af7ce44..71657d6 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'> +<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_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' /> |