Sign in
android
/
platform
/
tools
/
base
/
master
/
.
/
templates
/
activities
/
MasterDetailFlow
/
root
/
res
/
values
/
strings.xml.ftl
blob: ea882bc3e89a0ba04b1d867c489102e124342c7f [
file
] [
log
] [
blame
]
<resources>
<#if !isNewProject>
<string
name
=
"title_${collection_name}"
>
${escapeXmlString(objectKindPlural)}
</string>
</#if>
<string
name
=
"title_${detail_name}"
>
${escapeXmlString(objectKind)} Detail
</string>
</resources>