File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 android : layout_width =" match_parent"
66 android : layout_height =" match_parent"
77 android : orientation =" vertical"
8+ android : paddingStart =" @dimen/activity_horizontal_margin"
9+ android : paddingEnd =" @dimen/activity_horizontal_margin"
810 tools : context =" .fragments.detail.VideoDetailFragment" >
911
1012 <TextView
1315 android : layout_height =" wrap_content"
1416 android : layout_gravity =" center_horizontal"
1517 android : layout_marginTop =" 30dp"
18+ android : layout_marginBottom =" 20dp"
1619 android : fontFamily =" sans-serif-condensed"
1720 android : text =" @string/app_name"
1821 android : textAppearance =" ?android:attr/textAppearanceLarge"
1922 android : textSize =" 40sp" />
2023
2124 <TextView
2225 android : id =" @+id/mainBGSubtitle"
23- android : layout_width =" wrap_content "
26+ android : layout_width =" match_parent "
2427 android : layout_height =" wrap_content"
2528 android : layout_gravity =" center_horizontal"
29+ android : gravity =" center"
2630 android : text =" @string/main_bg_subtitle"
2731 android : textAppearance =" ?android:attr/textAppearanceMedium" />
2832
You can’t perform that action at this time.
0 commit comments