Skip to content

Commit 5841cf0

Browse files
committed
Provide non-generic name for sample app
Give the sample app the name "AndroidAsync Sample" in Android launcher, instead of the generic name "MainActivity"-
1 parent acd3c91 commit 5841cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidAsyncSample/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<string name="app_name">AndroidAsyncSample</string>
44
<string name="hello_world">Hello world!</string>
55
<string name="menu_settings">Settings</string>
6-
<string name="title_activity_main">MainActivity</string>
6+
<string name="title_activity_main">AndroidAsync Sample</string>
77
<string name="download">Download Images</string>
88
</resources>

0 commit comments

Comments
 (0)