diff options
author | Allan Wang <me@allanwang.ca> | 2018-10-08 03:14:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 03:14:40 -0400 |
commit | 2ed21b32c9e77da5f957cfbf9d73a0a563b8511c (patch) | |
tree | 777031cb40b2d3ab70795134b746fae282cd8059 /core-ui/src/main | |
parent | 19020070cc073c81bfe397454f2314d37a78ed31 (diff) | |
download | kau-3.8.0.tar.gz kau-3.8.0.tar.bz2 kau-3.8.0.zip |
Enhancement/public xml (#171)3.8.0
* Test gitignore with public xml
* Fix spacing
Diffstat (limited to 'core-ui/src/main')
-rw-r--r-- | core-ui/src/main/res-public/values/public.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core-ui/src/main/res-public/values/public.xml b/core-ui/src/main/res-public/values/public.xml deleted file mode 100644 index 3d0b8d2..0000000 --- a/core-ui/src/main/res-public/values/public.xml +++ /dev/null @@ -1,10 +0,0 @@ -<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_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' /> - <public name='Kau.Translucent.SlideTop' type='style' /> -</resources>
\ No newline at end of file |