Changed labels for some android samples

This commit is contained in:
Andrey Kamaev 2011-07-19 07:40:26 +00:00
parent d8ebf22444
commit 5e3e283e30
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>15-puzzle</name>
<name>Sample - 15-puzzle</name>
<comment></comment>
<projects>
</projects>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">15-puzzle</string>
<string name="app_name">OpenCV Sample - 15-puzzle</string>
</resources>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>image-manipulations</name>
<name>Sample - image-manipulations</name>
<comment></comment>
<projects>
</projects>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">image-manipulations</string>
<string name="app_name">OpenCV sample - image-manipulations</string>
</resources>