added popups and services

This commit is contained in:
IvanaE 2018-10-28 19:31:34 -04:00
parent 60c0da3558
commit 7790edac33
15 changed files with 474 additions and 46 deletions

View file

@ -21,6 +21,13 @@
<string name="newpassword">Enter Password</string>
<string name="password">Password</string>
<string name="username">Username</string>
<string name="servicename">Service Name</string>
<string name="servicerate">Service Rate</string>
<string name="save">Save</string>
<string name="cancel">Cancel</string>
<string name="update">Update</string>
<string name="delete">Delete</string>
<string name="add">Add</string>
<string-array name="roles">
<item>Admin</item>
<item>User</item>