diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-27 00:29:57 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-27 00:29:57 -0700 |
commit | 1e5b600a5f6bbffa4dc8efa2991e4b833a8e4c15 (patch) | |
tree | 3f898b8141e7c1668df204eea58c856e08c0aa5e /library/src/main/res/values/strings_about.xml | |
parent | 215021180431503c55845f9a9fb224abaa4973bb (diff) | |
download | kau-1e5b600a5f6bbffa4dc8efa2991e4b833a8e4c15.tar.gz kau-1e5b600a5f6bbffa4dc8efa2991e4b833a8e4c15.tar.bz2 kau-1e5b600a5f6bbffa4dc8efa2991e4b833a8e4c15.zip |
Update text slider and begin about libraries
Diffstat (limited to 'library/src/main/res/values/strings_about.xml')
-rw-r--r-- | library/src/main/res/values/strings_about.xml | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ +<resources xmlns:tools="http://schemas.android.com/tools"> + <string name="define_int_kau" tools:ignore="ResourceName" /> + <!-- Author section --> + <string name="library_kau_author" tools:ignore="ResourceName">Allan Wang</string> + <string name="library_kau_authorWebsite" tools:ignore="ResourceName">https://www.allanwang.ca/dev/</string> + <!-- Library section --> + <string name="library_kau_libraryName" tools:ignore="ResourceName">KAU</string> + <string name="library_kau_libraryDescription" tools:ignore="ResourceName">An extensive collection of Kotlin Android Utilities.</string> + <string name="library_kau_libraryWebsite" tools:ignore="ResourceName">https://github.com/AllanWang/KAU</string> + <string name="library_kau_libraryVersion" tools:ignore="ResourceName">1.3</string> + <!-- OpenSource section --> + <string name="library_kau_isOpenSource" tools:ignore="ResourceName">true</string> + <string name="library_kau_repositoryLink" tools:ignore="ResourceName">https://github.com/AllanWang/KAU</string> + <!-- ClassPath for autoDetect section --> + <string name="library_kau_classPath" tools:ignore="ResourceName">ca.allanwang.kau</string> + <!-- License section --> + <string name="library_kau_licenseId" tools:ignore="ResourceName">apache_2_0</string> + <!-- Custom variables section --> +</resources>
\ No newline at end of file |