From 81996038462de1be86643e95d262933c4b96c551 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 8 Jul 2017 20:25:23 -0700 Subject: Move components to separate modules --- kpref-activity/src/main/res/values/ids.xml | 19 +++++++++++++++++++ kpref-activity/src/main/res/values/strings.xml | 3 +++ 2 files changed, 22 insertions(+) create mode 100644 kpref-activity/src/main/res/values/ids.xml create mode 100644 kpref-activity/src/main/res/values/strings.xml (limited to 'kpref-activity/src/main/res/values') diff --git a/kpref-activity/src/main/res/values/ids.xml b/kpref-activity/src/main/res/values/ids.xml new file mode 100644 index 0000000..0972706 --- /dev/null +++ b/kpref-activity/src/main/res/values/ids.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/kpref-activity/src/main/res/values/strings.xml b/kpref-activity/src/main/res/values/strings.xml new file mode 100644 index 0000000..0402364 --- /dev/null +++ b/kpref-activity/src/main/res/values/strings.xml @@ -0,0 +1,3 @@ + + kpref-activity + -- cgit v1.2.3