diff options
Diffstat (limited to 'res/layout/about.xml')
-rw-r--r-- | res/layout/about.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index 6e7f48e2..b9c84ff2 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -38,6 +38,15 @@ android:layout_height="10sp" /> <TextView + android:id="@+id/donatestring" + android:layout_width="match_parent" + android:layout_height="wrap_content" /> + + <Space + android:layout_width="match_parent" + android:layout_height="10sp" /> + + <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:autoLink="all" @@ -51,10 +60,10 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/copyright_others" /> + <Space android:layout_width="match_parent" android:layout_height="10sp" /> - <TextView android:layout_width="match_parent" |