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:
parent
4f8b31ce17
commit
65d4a11082
3 changed files with 21 additions and 0 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue