Customizing string.xml and activity_about.xml

Adding more co-authors on the about page.
This commit is contained in:
ErikWaegerle 2020-08-25 13:32:39 +02:00
parent b9e5ec9d48
commit 15c4cf1883
2 changed files with 11 additions and 2 deletions

View file

@ -75,7 +75,8 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="5dp"
android:text="@string/about_author" />
android:text="@string/about_author"
/>
<TextView
android:id="@+id/authornames"
@ -85,6 +86,13 @@
android:layout_gravity="center_horizontal"
android:text="@string/about_author_names"/>
<TextView
android:id="@+id/co_authorname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:text="@string/about_co_author_names"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View file

@ -67,7 +67,8 @@
<string name="app_name_long" translatable="false">Privacy Friendly Sudoku</string>
<string name="version_number">Version:</string>
<string name="about_author">Authors:</string>
<string name="about_author_names" translatable="false">Christopher Beckmann, Timm Lippert</string>
<string name="about_author_names" translatable="false">Christopher Beckmann, Timm Lippert,</string>
<string name="about_co_author_names" translatable="false">Katharina Kaus, Erik Waegerle</string>
<string name="about_author_contributors">and contributors.</string>
<string name="about_affiliation">In affiliation with</string>
<string name="privacy_friendly">This application belongs to the group of Privacy Friendly Apps developed by Karlsruher Institute for Technology (KIT). Sourcecode licensed under GPLv3. Images copyright KIT and Google Inc.</string>