Difference between revisions of "LRM Android Support"
(Created page with "== Example strings.xml File For Android== <?xml version="1.0" encoding="utf-8"?> <resources xmlns:tools="http://schemas.android.com/tools"> <string name="menu_find">Fi...") |
(→Example strings.xml File For Android) |
||
Line 1: | Line 1: | ||
== Example strings.xml File For Android== |
== Example strings.xml File For Android== |
||
+ | |||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||
<resources xmlns:tools="http://schemas.android.com/tools"> |
<resources xmlns:tools="http://schemas.android.com/tools"> |
||
− | |||
<string name="menu_find">Find</string> |
<string name="menu_find">Find</string> |
||
<string name="menu_historical_search">Search Historical Records</string> |
<string name="menu_historical_search">Search Historical Records</string> |
||
− | |||
<!-- Labels for Person Detail Page --> |
<!-- Labels for Person Detail Page --> |
||
<string name="person_activity_title">Person</string> |
<string name="person_activity_title">Person</string> |
||
Line 12: | Line 11: | ||
<string name="label_person_name">Name</string> |
<string name="label_person_name">Name</string> |
||
<string name="label_person_details">Details</string> |
<string name="label_person_details">Details</string> |
||
− | |||
<!-- Fact detail: --> |
<!-- Fact detail: --> |
||
<string name="fact_detail_sub_header_reason">Reason This Information Is Correct</string> |
<string name="fact_detail_sub_header_reason">Reason This Information Is Correct</string> |
||
Line 19: | Line 17: | ||
<string name="fact_detail_send_email_error_no_client">Email app not found</string> |
<string name="fact_detail_send_email_error_no_client">Email app not found</string> |
||
<string name="fact_name_label">Name</string> |
<string name="fact_name_label">Name</string> |
||
− | |||
</resources> |
</resources> |
Revision as of 22:44, 16 September 2016
Example strings.xml File For Android
<?xml version="1.0" encoding="utf-8"?> <resources xmlns:tools="http://schemas.android.com/tools"> <string name="menu_find">Find</string> <string name="menu_historical_search">Search Historical Records</string> <string name="person_activity_title">Person</string> <string name="label_person_tree_button">View This Tree</string> <string name="label_person_other">Other</string> <string name="label_person_name">Name</string> <string name="label_person_details">Details</string> <string name="fact_detail_sub_header_reason">Reason This Information Is Correct</string> <string name="fact_detail_footer_modified">Modified</string> <string name="fact_detail_send_email_chooser">Choose an Email Client</string> <string name="fact_detail_send_email_error_no_client">Email app not found</string> <string name="fact_name_label">Name</string> </resources>