Customize activity_about.xml

Add more co-authors to the about page and customize the different landscape pages
(large, xlarge, xlarge-land)
This commit is contained in:
ErikWaegerle 2020-08-25 13:52:07 +02:00
parent 4f8b31ce17
commit 65d4a11082
3 changed files with 21 additions and 0 deletions

View file

@ -87,6 +87,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"

View file

@ -87,6 +87,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"

View file

@ -88,6 +88,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"