디버그 용 빌드 앱 이름 적용
This commit is contained in:
4
app/src/debug/res/values-en/strings.xml
Normal file
4
app/src/debug/res/values-en/strings.xml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="app_name">VoiceOn-Test</string>
|
||||||
|
</resources>
|
||||||
4
app/src/debug/res/values-ja/strings.xml
Normal file
4
app/src/debug/res/values-ja/strings.xml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="app_name">ボイスオン-テスト</string>
|
||||||
|
</resources>
|
||||||
4
app/src/debug/res/values/strings.xml
Normal file
4
app/src/debug/res/values/strings.xml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="app_name">보이스온-테스트</string>
|
||||||
|
</resources>
|
||||||
Reference in New Issue
Block a user