diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/about.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index 6766f687..e6abed96 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -15,7 +15,7 @@ <Space android:layout_width="match_parent" - android:layout_height="10sp" /> + android:layout_height="12sp" /> <TextView android:layout_width="match_parent" @@ -25,7 +25,7 @@ <Space android:layout_width="match_parent" - android:layout_height="10sp" /> + android:layout_height="12sp" /> <TextView android:layout_width="match_parent" @@ -35,7 +35,7 @@ <Space android:layout_width="match_parent" - android:layout_height="10sp" /> + android:layout_height="12sp" /> <TextView android:id="@+id/donatestring" @@ -44,7 +44,7 @@ <Space android:layout_width="match_parent" - android:layout_height="10sp" /> + android:layout_height="12sp" /> <TextView android:id="@+id/translation" @@ -54,7 +54,7 @@ <Space android:layout_width="match_parent" - android:layout_height="10sp" /> + android:layout_height="12sp" /> <TextView android:layout_width="match_parent" @@ -63,7 +63,7 @@ <Space android:layout_width="match_parent" - android:layout_height="10sp" /> + android:layout_height="12sp" /> <TextView android:layout_width="match_parent" |