Files
ASDV-Android/Assignments/CriminalIntentChapter12/app/src/main/res/values/strings.xml

12 lines
451 B
XML

<resources>
<string name="app_name">CriminalIntentChapter7</string>
<string name="crime_title_hint">Enter a title for
the crime.</string>
<string name="crime_title_label">Title</string>
<string
name="crime_details_label">Details</string>
<string name="crime_solved_label">Solved</string>
<string name="date_picker_title">Date of crime: </string>
<string name="contact_police">Call The Police!</string>
</resources>