summaryrefslogtreecommitdiffstats
path: root/packages/SettingsLib/res/values
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-01-13 10:08:23 -0500
committerJason Monk <jmonk@google.com>2015-02-02 11:33:17 -0500
commit2ba4ce6a064e29ee3415ff8c2b4a9bbcff937a6c (patch)
tree0a55272f05f142e8e545bf664f5550db70b6dacc /packages/SettingsLib/res/values
parentef15d3cf32965aa8965d0168db06446fdf3d60a2 (diff)
downloadframeworks_base-2ba4ce6a064e29ee3415ff8c2b4a9bbcff937a6c.zip
frameworks_base-2ba4ce6a064e29ee3415ff8c2b4a9bbcff937a6c.tar.gz
frameworks_base-2ba4ce6a064e29ee3415ff8c2b4a9bbcff937a6c.tar.bz2
Create SettingsLib
This will hold common code that SystemUI and Settings (and others) will share. Bug: 19180466 Change-Id: I6614b31d6c3b0a2d426a2aa8ce66725245339d22
Diffstat (limited to 'packages/SettingsLib/res/values')
-rw-r--r--packages/SettingsLib/res/values/strings.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml
new file mode 100644
index 0000000..a0993b1
--- /dev/null
+++ b/packages/SettingsLib/res/values/strings.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2015 The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+</resources>