Skip to content

Commit a51248b

Browse files
committed
Fix about and help dialog marigin and text
1 parent 88bf88c commit a51248b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

res/layout/dialog_about.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<LinearLayout
77
android:layout_width="match_parent"
88
android:layout_height="wrap_content"
9+
android:layout_margin="@dimen/mariginLayout"
910
android:orientation="vertical" >
1011

1112
<ImageView
@@ -38,7 +39,7 @@
3839
android:layout_height="wrap_content"
3940
android:autoLink="web|email"
4041
android:text="@string/AboutString"
41-
android:textAppearance="?android:attr/textAppearanceMedium" />
42+
android:textAppearance="?android:attr/textAppearanceSmall" />
4243

4344
<Button
4445
android:id="@+id/buttonAboutOk"

res/layout/dialog_help.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<LinearLayout
77
android:layout_width="match_parent"
88
android:layout_height="wrap_content"
9+
android:layout_margin="@dimen/mariginLayout"
910
android:orientation="vertical" >
1011

1112
<TextView

0 commit comments

Comments
 (0)