summaryrefslogtreecommitdiffstats
path: root/opengl/tests/gl2_jni/res/values
diff options
context:
space:
mode:
authorJack Palevich <jackpal@google.com>2009-09-23 14:48:07 -0700
committerJack Palevich <jackpal@google.com>2009-09-23 14:48:07 -0700
commita8fecb87c5eaaefc9ca6272e3b59ef88d293dd6d (patch)
tree7652f77751c0f9aa13629288c325e82d272e65cf /opengl/tests/gl2_jni/res/values
parent63147705bc2893d6ad43270e04beb9ee01e2ad53 (diff)
downloadframeworks_base-a8fecb87c5eaaefc9ca6272e3b59ef88d293dd6d.zip
frameworks_base-a8fecb87c5eaaefc9ca6272e3b59ef88d293dd6d.tar.gz
frameworks_base-a8fecb87c5eaaefc9ca6272e3b59ef88d293dd6d.tar.bz2
Create samples showing how to call OpenGL from JNI libraries.
Diffstat (limited to 'opengl/tests/gl2_jni/res/values')
-rw-r--r--opengl/tests/gl2_jni/res/values/strings.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/opengl/tests/gl2_jni/res/values/strings.xml b/opengl/tests/gl2_jni/res/values/strings.xml
new file mode 100644
index 0000000..e3f7331
--- /dev/null
+++ b/opengl/tests/gl2_jni/res/values/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2006, 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.
+*/
+-->
+
+<!-- This file contains resource definitions for displayed strings, allowing
+ them to be changed based on the locale and options. -->
+
+<resources>
+ <!-- Simple strings. -->
+ <string name="gl2jni_activity">GL2JNI</string>
+
+</resources>
+