From 61d87976e8b29ed25061ae98743a6cf4f4274542 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 22 Jul 2017 16:08:08 -0700 Subject: Support sdk 19 where possible and add image picker (#10) * Fix plural * Switch to long * Test plural again * Comment * Major update to image picker and view utils * Make image activity full screen * Update min sdk and prefix * Lower sdk requirement and make string private * Bring kpref activity to sdk 19 --- about/src/main/res/values/colors.xml | 5 +++++ about/src/main/res/values/dimens.xml | 4 ++++ about/src/main/res/values/strings_about.xml | 27 --------------------------- about/src/main/res/values/styles.xml | 6 ------ 4 files changed, 9 insertions(+), 33 deletions(-) create mode 100644 about/src/main/res/values/colors.xml create mode 100644 about/src/main/res/values/dimens.xml delete mode 100644 about/src/main/res/values/strings_about.xml delete mode 100644 about/src/main/res/values/styles.xml (limited to 'about/src/main/res/values') diff --git a/about/src/main/res/values/colors.xml b/about/src/main/res/values/colors.xml new file mode 100644 index 0000000..fcfc537 --- /dev/null +++ b/about/src/main/res/values/colors.xml @@ -0,0 +1,5 @@ + + + #80ffffff + #fff + diff --git a/about/src/main/res/values/dimens.xml b/about/src/main/res/values/dimens.xml new file mode 100644 index 0000000..2b5250a --- /dev/null +++ b/about/src/main/res/values/dimens.xml @@ -0,0 +1,4 @@ + + + 224dp + \ No newline at end of file diff --git a/about/src/main/res/values/strings_about.xml b/about/src/main/res/values/strings_about.xml deleted file mode 100644 index f538e59..0000000 --- a/about/src/main/res/values/strings_about.xml +++ /dev/null @@ -1,27 +0,0 @@ - - 2.1 - - - - Allan Wang - https://www.allanwang.ca/dev/ - - KAU - -
- KAU aims to make many common functions executable in one line. It adds numerous extensions to match Kotlin\'s DSL, - and supports completely customizable view groups that are used in almost any app project. - ]]> -
- https://allanwang.github.io/KAU/ - - true - https://github.com/AllanWang/KAU - - ca.allanwang.kau - - apache_2_0 - -
\ No newline at end of file diff --git a/about/src/main/res/values/styles.xml b/about/src/main/res/values/styles.xml deleted file mode 100644 index f878950..0000000 --- a/about/src/main/res/values/styles.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - -