Skip to content

Commit db7259f

Browse files
tctrdanoli3
authored andcommitted
Android example : took a different app name than the one used in the code hierarchy to show how to change it
(cherry picked from commit 8d9886e)
1 parent 37c6486 commit db7259f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="APP_NAME">ofApp</string>
3+
<string name="APP_NAME">ofExample</string>
44
<string name="menu_settings">Menu</string>
55
</resources>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="APP_NAME">ofApp</string>
3+
<string name="APP_NAME">ofExample</string>
44
<string name="menu_settings">Menu</string>
55
</resources>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="APP_NAME">ofApp</string>
3+
<string name="APP_NAME">ofExample</string>
44
<string name="menu_settings">Menu</string>
55
</resources>

0 commit comments

Comments
 (0)