File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
<LinearLayout
7
7
android : layout_width =" match_parent"
8
8
android : layout_height =" wrap_content"
9
+ android : layout_margin =" @dimen/mariginLayout"
9
10
android : orientation =" vertical" >
10
11
11
12
<ImageView
38
39
android : layout_height =" wrap_content"
39
40
android : autoLink =" web|email"
40
41
android : text =" @string/AboutString"
41
- android : textAppearance =" ?android:attr/textAppearanceMedium " />
42
+ android : textAppearance =" ?android:attr/textAppearanceSmall " />
42
43
43
44
<Button
44
45
android : id =" @+id/buttonAboutOk"
Original file line number Diff line number Diff line change 6
6
<LinearLayout
7
7
android : layout_width =" match_parent"
8
8
android : layout_height =" wrap_content"
9
+ android : layout_margin =" @dimen/mariginLayout"
9
10
android : orientation =" vertical" >
10
11
11
12
<TextView
You can’t perform that action at this time.
0 commit comments