Customizing string.xml and activity_about.xml
Adding more co-authors on the about page.
This commit is contained in:
parent
b9e5ec9d48
commit
15c4cf1883
2 changed files with 11 additions and 2 deletions
|
@ -75,7 +75,8 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
android:layout_marginTop="5dp"
|
android:layout_marginTop="5dp"
|
||||||
android:text="@string/about_author" />
|
android:text="@string/about_author"
|
||||||
|
/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/authornames"
|
android:id="@+id/authornames"
|
||||||
|
@ -85,6 +86,13 @@
|
||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
android:text="@string/about_author_names"/>
|
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
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|
|
@ -67,7 +67,8 @@
|
||||||
<string name="app_name_long" translatable="false">Privacy Friendly Sudoku</string>
|
<string name="app_name_long" translatable="false">Privacy Friendly Sudoku</string>
|
||||||
<string name="version_number">Version:</string>
|
<string name="version_number">Version:</string>
|
||||||
<string name="about_author">Authors:</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_author_contributors">and contributors.</string>
|
||||||
<string name="about_affiliation">In affiliation with</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>
|
<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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue