diff options
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/about.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/res/layout/about.xml b/main/res/layout/about.xml index f03d847..fc29654 100644 --- a/main/res/layout/about.xml +++ b/main/res/layout/about.xml @@ -62,6 +62,13 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginLeft="10dip" + android:layout_marginRight="10dip" + android:layout_marginBottom="5dip" + android:layout_gravity="left" + android:textSize="14dip" + android:textStyle="bold" + android:textColor="?text_color" android:id="@+id/about_version_string" /> <RelativeLayout style="@style/separator_horizontal_layout" > <View style="@style/separator_horizontal" /> |
