From 1e5b600a5f6bbffa4dc8efa2991e4b833a8e4c15 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 27 Jun 2017 00:29:57 -0700 Subject: Update text slider and begin about libraries --- library/src/main/res/values/strings_about.xml | 19 +++++++++++++++++++ library/src/main/res/values/strings_commons.xml | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 library/src/main/res/values/strings_about.xml (limited to 'library/src/main/res/values') diff --git a/library/src/main/res/values/strings_about.xml b/library/src/main/res/values/strings_about.xml new file mode 100644 index 0000000..2c3f9a1 --- /dev/null +++ b/library/src/main/res/values/strings_about.xml @@ -0,0 +1,19 @@ + + + + Allan Wang + https://www.allanwang.ca/dev/ + + KAU + An extensive collection of Kotlin Android Utilities. + https://github.com/AllanWang/KAU + 1.3 + + true + https://github.com/AllanWang/KAU + + ca.allanwang.kau + + apache_2_0 + + \ No newline at end of file diff --git a/library/src/main/res/values/strings_commons.xml b/library/src/main/res/values/strings_commons.xml index c678ba1..89d697e 100644 --- a/library/src/main/res/values/strings_commons.xml +++ b/library/src/main/res/values/strings_commons.xml @@ -51,4 +51,6 @@ Most resources are verbatim and x represents a formatted item Yes Search No Results Found + About App + About %s -- cgit v1.2.3