Skip to content

Commit

Permalink
Fix about and help dialog marigin and text
Browse files Browse the repository at this point in the history
  • Loading branch information
EXL committed Jul 12, 2016
1 parent 88bf88c commit a51248b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/layout/dialog_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/mariginLayout"
android:orientation="vertical" >

<ImageView
Expand Down Expand Up @@ -38,7 +39,7 @@
android:layout_height="wrap_content"
android:autoLink="web|email"
android:text="@string/AboutString"
android:textAppearance="?android:attr/textAppearanceMedium" />
android:textAppearance="?android:attr/textAppearanceSmall" />

<Button
android:id="@+id/buttonAboutOk"
Expand Down
1 change: 1 addition & 0 deletions res/layout/dialog_help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/mariginLayout"
android:orientation="vertical" >

<TextView
Expand Down

0 comments on commit a51248b

Please sign in to comment.