mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Place placeholder strings in separate strings xml file
This commit is contained in:
parent
46f081d652
commit
cbaed62634
2 changed files with 9 additions and 3 deletions
6
app/src/debug/res/values/placeholder_strings.xml
Normal file
6
app/src/debug/res/values/placeholder_strings.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="placeholder_place_distance">Overlay</string>
|
||||
<string name="placeholder_place_name">Name</string>
|
||||
<string name="placeholder_place_description">Description</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue