diff options
author | Allan Wang <me@allanwang.ca> | 2018-09-11 13:37:12 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2018-09-11 13:37:12 -0400 |
commit | d64c47f32931dce1c196f0b7a26ae5d1fd1af72e (patch) | |
tree | f11392808e64a2c507e02cf5ad90e255ba473e64 /core-ui | |
parent | a83dd51f545dda905194ea84caed6e2906b0f06f (diff) | |
download | kau-d64c47f32931dce1c196f0b7a26ae5d1fd1af72e.tar.gz kau-d64c47f32931dce1c196f0b7a26ae5d1fd1af72e.tar.bz2 kau-d64c47f32931dce1c196f0b7a26ae5d1fd1af72e.zip |
Add more tests
Diffstat (limited to 'core-ui')
-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 193e088..f46b3eb 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_elastic_recycler_activity' type='layout' /> <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' /> |