aboutsummaryrefslogtreecommitdiffstats
path: root/samples/externalviews/viewhost/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'samples/externalviews/viewhost/res/values')
-rw-r--r--samples/externalviews/viewhost/res/values/dimens.xml20
-rw-r--r--samples/externalviews/viewhost/res/values/strings.xml21
-rw-r--r--samples/externalviews/viewhost/res/values/styles.xml23
3 files changed, 64 insertions, 0 deletions
diff --git a/samples/externalviews/viewhost/res/values/dimens.xml b/samples/externalviews/viewhost/res/values/dimens.xml
new file mode 100644
index 0000000..d9dcc26
--- /dev/null
+++ b/samples/externalviews/viewhost/res/values/dimens.xml
@@ -0,0 +1,20 @@
+<!--
+ Copyright (C) 2015 The CyanogenMod 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>
+ <!-- Default screen margins, per the Android Design guidelines. -->
+ <dimen name="activity_horizontal_margin">16dp</dimen>
+ <dimen name="activity_vertical_margin">16dp</dimen>
+</resources>
diff --git a/samples/externalviews/viewhost/res/values/strings.xml b/samples/externalviews/viewhost/res/values/strings.xml
new file mode 100644
index 0000000..4762b18
--- /dev/null
+++ b/samples/externalviews/viewhost/res/values/strings.xml
@@ -0,0 +1,21 @@
+<!--
+ Copyright (C) 2015 The CyanogenMod 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>
+ <string name="app_name">ExternalViewTest</string>
+
+ <string name="hello_world">Hello world!</string>
+ <string name="action_settings">Settings</string>
+</resources>
diff --git a/samples/externalviews/viewhost/res/values/styles.xml b/samples/externalviews/viewhost/res/values/styles.xml
new file mode 100644
index 0000000..9531e17
--- /dev/null
+++ b/samples/externalviews/viewhost/res/values/styles.xml
@@ -0,0 +1,23 @@
+<!--
+ Copyright (C) 2015 The CyanogenMod 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>
+
+ <!-- Base application theme. -->
+ <style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar">
+ <!-- Customize your theme here. -->
+ </style>
+
+</resources>