[android] Split app name with spaces to avoid crop in Android desktop.
This commit is contained in:
parent
b10bdc004f
commit
983fb29d45
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="app_name">UK GuideWithMe</string>
|
||||
<string name="app_name">UK Guide With Me</string>
|
||||
<string name="title_articleinfo_detail">ArticleInfo Detail</string>
|
||||
<string name="loading">Loading ...</string>
|
||||
<string name="searching">Searching ...</string>
|
||||
|
|
Reference in a new issue