diff options
author | Allan Wang <me@allanwang.ca> | 2018-02-23 20:53:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 20:53:16 -0500 |
commit | a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da (patch) | |
tree | 98671b65142ea84aac26d455cae1ec1ce99a5cf8 /sample/src/main/res | |
parent | 3d7c85bd97261116a090a7202b0e0ed2625b5d73 (diff) | |
download | kau-a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da.tar.gz kau-a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da.tar.bz2 kau-a7e24f0c6bb1c598735eb902cf8cdff8de5dd1da.zip |
Update/fast adapter (#138)
* Update version and add debug key
* Update fast adapter
* Add debug separation
* Inline functions and remove unused
Diffstat (limited to 'sample/src/main/res')
-rw-r--r-- | sample/src/main/res/values/strings_sample.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/src/main/res/values/strings_sample.xml b/sample/src/main/res/values/strings_sample.xml index 1e3361e..46a8140 100644 --- a/sample/src/main/res/values/strings_sample.xml +++ b/sample/src/main/res/values/strings_sample.xml @@ -1,5 +1,4 @@ <resources> - <string name="app_name">KAU</string> <string name="header">This is a header</string> <string name="desc">This is a description</string> <string name="checkbox_1">Checkbox 1</string> |