DT @12.09.2015: Refactored, report activity extended

This commit is contained in:
Dennis Thießen
2015-09-14 21:42:52 +02:00
parent 7667064583
commit ea1ae90b3f
5 changed files with 229 additions and 33 deletions

View File

@@ -29,6 +29,7 @@
<string name="title_activity_entrance">Risk Ahead</string>
<string name="btn_profile_logout">Logout</string>
<string name="btn_profile_change">Confirm changes</string>
<string name="lbl_profile_title">Welcome</string>
<string name="drawer_open">Open navigation drawer</string>
@@ -69,6 +70,17 @@
<string name="lbl_report_category">Crime Category</string>
<string name="lbl_report_time">Time (hh:mm)</string>
<string name="lbl_report_date">Date (dd-mm-yyyy) of incident</string>
<string name="lbl_profile_name">Name</string>
<string name="lbl_profile_surname">Surname</string>
<string name="lbl_profile_email">E-Mail</string>
<string name="lbl_profile_username">Username</string>
<string name="lbl_profile_stats">Profile stats</string>
<string name="lbl_profile_member_since">member since</string>
<string name="lbl_profile_points">points</string>
<string name="lbl_profile_ranking">ranking</string>
<string name="lbl_profile_numberposts">number of posts</string>
<string name="btn_profile_viewposts">View posts</string>
<string name="lbl_profile_password">Password</string>
<string-array name="incident_categories">
<item>Personal</item>