blob: 3064dad88c1964c1c1efbbdcf3c6e299dcef0d8d (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Jogl Library</string>
<string name="app_name">JogAmp\'s Jogl Library</string>
<string name="app_descr">Contains Dalvik and native code, supporting native bindings.</string>
<string name="activity_v_name">Jogl\'s Version</string>
<string name="activity_v_descr">Shows the version of the JOGL Library and runtime GL infos.</string>
</resources>
|