Added icon to onboarding

Fixes #19
This commit is contained in:
Michael Schättgen 2018-10-10 21:41:30 +02:00
parent 1cdcf19d01
commit a651378315
3 changed files with 2 additions and 1 deletions

View file

@ -65,6 +65,7 @@ public class IntroActivity extends AppIntro2 implements DerivationTask.Callback
SliderPage homeSliderPage = new SliderPage();
homeSliderPage.setTitle(getString(R.string.welcome));
homeSliderPage.setImageDrawable(R.drawable.icon_foreground_white);
homeSliderPage.setTitleColor(getResources().getColor(R.color.primary_text_dark));
homeSliderPage.setDescription(getString(R.string.app_description));
homeSliderPage.setDescColor(getResources().getColor(R.color.primary_text_dark));

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View file

@ -103,7 +103,7 @@
<string name="tap_to_select">Tap to select</string>
<string name="saving_profile_error">Error saving profile</string>
<string name="welcome">Welcome</string>
<string name="app_description">Aegis is a secure, free and open source 2FA app</string>
<string name="app_description">Aegis is an free, secure and open source 2FA app</string>
<string name="setup_completed">Setup completed</string>
<string name="setup_completed_description">Aegis has been setup and is ready to go.</string>
<string name="vault_not_found">Vault not found, starting setup…</string>