Skip to content

Commit 510aa01

Browse files
committed
Update sample projects name
1 parent dd3e998 commit 510aa01

4 files changed

Lines changed: 23 additions & 17 deletions

File tree

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="app_name">HelloWorldEclipse</string>
43

5-
<string name="hello">Hello %s!</string>
4+
<string name="app_name">AA-sample-HelloWorldEclipse</string>
5+
<string name="hello">Hello %s!</string>
66

7-
<color name="androidColor">#A4C639</color>
7+
<color name="androidColor">#A4C639</color>
88

9-
<string-array name="bestFoods">
10-
<item>Foie gras</item>
11-
<item>pez espada</item>
12-
<item>california maki</item>
13-
</string-array>
14-
15-
<bool name="someBoolean">true</bool>
9+
<string-array name="bestFoods">
10+
<item>Foie gras</item>
11+
<item>pez espada</item>
12+
<item>california maki</item>
13+
</string-array>
1614

17-
</resources>
15+
<bool name="someBoolean">true</bool>
16+
17+
</resources>
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="app_name">RoboGuiceExample</string>
4-
</resources>
3+
4+
<string name="app_name">AA-sample-RoboGuiceExample</string>
5+
6+
</resources>
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3+
34
<string name="hello">"Hello, the date is %s!"</string>
4-
<string name="app_name">AndroidAnnotations Gradle Sample</string>
5-
</resources>
5+
<string name="app_name">AA-sample-gradle</string>
6+
7+
</resources>
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3+
34
<string name="hello">"Hello, the date is %s!"</string>
4-
<string name="app_name">maveneclipse</string>
5-
</resources>
5+
<string name="app_name">AA-sample-maveneclipse</string>
6+
7+
</resources>

0 commit comments

Comments
 (0)