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 --- kpref-activity/src/main/res-public/values/ids.xml | 19 +++++++++++++++++++ kpref-activity/src/main/res-public/values/public.xml | 17 ++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 kpref-activity/src/main/res-public/values/ids.xml (limited to 'kpref-activity/src/main/res-public') diff --git a/kpref-activity/src/main/res-public/values/ids.xml b/kpref-activity/src/main/res-public/values/ids.xml new file mode 100644 index 0000000..3bd69ed --- /dev/null +++ b/kpref-activity/src/main/res-public/values/ids.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/kpref-activity/src/main/res-public/values/public.xml b/kpref-activity/src/main/res-public/values/public.xml index cf14680..b5fb383 100644 --- a/kpref-activity/src/main/res-public/values/public.xml +++ b/kpref-activity/src/main/res-public/values/public.xml @@ -1,4 +1,19 @@ - + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3