Added new strings to translate
This commit is contained in:
parent
7fdee51fe8
commit
6453cf4c89
2 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ public class IntroActivity extends AppIntro {
|
|||
int color = ContextCompat.getColor(this, R.color.blue_grey_700);
|
||||
setStatusBarColor(ColorUtil.shiftColorDown(color));
|
||||
setTaskColor(color);
|
||||
setSkipText(getString(R.string.action_skip).toUpperCase());
|
||||
setDoneText(getString(R.string.action_done).toUpperCase());
|
||||
setGrantText(getString(R.string.action_grant).toUpperCase());
|
||||
|
||||
addSlide(AppIntroFragment.newInstance(getString(R.string.app_name), getString(R.string.welcome_to_phonograph), R.drawable.icon_web, color));
|
||||
if (!hasExternalStoragePermission()) {
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
<string name="action_share">Share</string>
|
||||
<string name="action_settings">"Settings"</string>
|
||||
<string name="action_grant">Grant</string>
|
||||
<string name="action_done">Done</string>
|
||||
<string name="action_skip">Skip</string>
|
||||
<string name="action_about">About</string>
|
||||
<string name="action_show_intro">Show intro</string>
|
||||
<string name="action_clear_playlist">Clear playlist</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue