Add AppIntro activity

This commit is contained in:
Matte23
2020-10-28 10:30:17 +01:00
parent 4c09e91e99
commit 13ccae24bc
10 changed files with 212 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
<string name="title_favourites">Favourites</string>
<string name="title_reminders">Reminders</string>
<string name="title_settings">Settings</string>
<string name="title_intro">Welcome to Circolapp</string>
<string name="menu_about">About</string>
<string name="menu_search">Search</string>
@@ -48,6 +49,14 @@
<string name="activity_info_source_code">Source code</string>
<string name="activity_info_source_code_description">The source code can be downloaded from &lt;a href="https://github.com/Matte23/circolapp"&gt;https://github.com/Matte23/circolapp&lt;/a&gt;</string>
<string name="activity_intro_welcome_description">With Circolapp you can stay updated on the circulars of your school. Viewing and downloading circulars has never been easier</string>
<string name="activity_intro_school_selection_title">Start by choosing your school</string>
<string name="activity_intro_school_selection_description">You can change your choice later in the settings</string>
<string name="activity_intro_school_selection_error">Please select a school</string>
<string name="activity_intro_school_selection_hint">School</string>
<string name="activity_intro_last_slide_title">You\'re done</string>
<string name="activity_intro_last_slide_description">Now you can start using Circolapp</string>
<string name="dialog_install_pdf_reader_title">PDF reader not found</string>
<string name="dialog_install_pdf_reader_content">Please install an external application to open circular letters</string>