add basic login activity
This commit is contained in:
parent
7252046294
commit
c963c7195b
12 changed files with 330 additions and 952 deletions
|
|
@ -9,6 +9,7 @@
|
|||
<string name="action_settings">"Settings"</string>
|
||||
<string name="action_grant">Grant</string>
|
||||
<string name="action_about">About</string>
|
||||
<string name="action_login">Login</string>
|
||||
<string name="action_clear_playlist">Clear playlist</string>
|
||||
<string name="action_add_to_favorites">Add to favorites</string>
|
||||
<string name="action_remove_from_favorites">Remove from favorites</string>
|
||||
|
|
@ -242,6 +243,7 @@
|
|||
<string name="bug_report_manual">Send manually</string>
|
||||
<string name="username">Username</string>
|
||||
<string name="password">Password</string>
|
||||
<string name="server">Server</string>
|
||||
<string name="bug_report_no_title">Please enter an issue title</string>
|
||||
<string name="bug_report_no_description">Please enter an issue description</string>
|
||||
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue