mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-26 16:56:09 +00:00
parent
1cdcf19d01
commit
a651378315
3 changed files with 2 additions and 1 deletions
|
@ -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));
|
||||
|
|
BIN
app/src/main/res/drawable/icon_foreground_white.png
Normal file
BIN
app/src/main/res/drawable/icon_foreground_white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue