From 4706b8f6a8d08a6961da6ab34d15881b63356d79 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 23 Jul 2017 13:13:36 -0700 Subject: Update kpref-activity's min-sdk and other minor changes (#11) * Move some resources to public * Lower kpref minsdk * Remove excess kauUtils annotations * Allow nullable throwable * Do not throw null throwable * Make image picker base abstract again * Migrate about strings to private * Update readme * Update readme * Update sample tagging * Update adapter readme --- imagepicker/src/main/res-public/values/colors.xml | 6 ++++++ imagepicker/src/main/res-public/values/dimens.xml | 6 ++++++ imagepicker/src/main/res-public/values/public.xml | 4 +++- imagepicker/src/main/res-public/values/styles.xml | 7 +++++++ 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 imagepicker/src/main/res-public/values/colors.xml create mode 100644 imagepicker/src/main/res-public/values/dimens.xml create mode 100644 imagepicker/src/main/res-public/values/styles.xml (limited to 'imagepicker/src/main/res-public/values') diff --git a/imagepicker/src/main/res-public/values/colors.xml b/imagepicker/src/main/res-public/values/colors.xml new file mode 100644 index 0000000..ebaa3f7 --- /dev/null +++ b/imagepicker/src/main/res-public/values/colors.xml @@ -0,0 +1,6 @@ + + + + #30000000 + + \ No newline at end of file diff --git a/imagepicker/src/main/res-public/values/dimens.xml b/imagepicker/src/main/res-public/values/dimens.xml new file mode 100644 index 0000000..3ff2dd7 --- /dev/null +++ b/imagepicker/src/main/res-public/values/dimens.xml @@ -0,0 +1,6 @@ + + + + 120dp + + \ No newline at end of file diff --git a/imagepicker/src/main/res-public/values/public.xml b/imagepicker/src/main/res-public/values/public.xml index cf14680..3a1d9c5 100644 --- a/imagepicker/src/main/res-public/values/public.xml +++ b/imagepicker/src/main/res-public/values/public.xml @@ -1,4 +1,6 @@ - + + + \ No newline at end of file diff --git a/imagepicker/src/main/res-public/values/styles.xml b/imagepicker/src/main/res-public/values/styles.xml new file mode 100644 index 0000000..4d4a135 --- /dev/null +++ b/imagepicker/src/main/res-public/values/styles.xml @@ -0,0 +1,7 @@ + + + + + -- cgit v1.2.3