aboutsummaryrefslogtreecommitdiffstats
path: root/samples/externalviews/viewhost/res/values-v21/styles.xml
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2015-12-21 15:47:20 -0800
committerd34d <clark@cyngn.com>2015-12-21 18:02:50 -0800
commit0ab4ff9d21c0fa681905381a7238e4e0bfbcb627 (patch)
tree0138c816735377a5957634cccfb6470666a1afa2 /samples/externalviews/viewhost/res/values-v21/styles.xml
parent8a79ddbd0c3c30b02f3ee05fec731f0a15c5378b (diff)
downloadvendor_cmsdk-0ab4ff9d21c0fa681905381a7238e4e0bfbcb627.zip
vendor_cmsdk-0ab4ff9d21c0fa681905381a7238e4e0bfbcb627.tar.gz
vendor_cmsdk-0ab4ff9d21c0fa681905381a7238e4e0bfbcb627.tar.bz2
ExtView: Move all samples to externalviews directory
Change-Id: I5dae57cd5d80cc378e7244b00e320725fea433b6
Diffstat (limited to 'samples/externalviews/viewhost/res/values-v21/styles.xml')
-rw-r--r--samples/externalviews/viewhost/res/values-v21/styles.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/samples/externalviews/viewhost/res/values-v21/styles.xml b/samples/externalviews/viewhost/res/values-v21/styles.xml
new file mode 100644
index 0000000..9712f4b
--- /dev/null
+++ b/samples/externalviews/viewhost/res/values-v21/styles.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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>
+ <style name="AppTheme" parent="android:Theme.Material.Light">
+ </style>
+</resources>