File tree Expand file tree Collapse file tree 7 files changed +23
-14
lines changed Expand file tree Collapse file tree 7 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 77 android : clickable =" true"
88 tools : context =" .fragments.AboutmeFragment" >
99
10- <!-- TODO: Update blank fragment layout -->
11- <TextView
12- android : layout_width =" match_parent"
13- android : layout_height =" match_parent"
14- android : text =" about me fragment" />
10+ <ImageView
11+ android : layout_gravity =" center"
12+ android : layout_marginTop =" 20dp"
13+ android : src =" @drawable/ic_cap_shield"
14+ android : layout_width =" wrap_content"
15+ android : layout_height =" wrap_content" />
1516
1617</FrameLayout >
Original file line number Diff line number Diff line change 88 tools : context =" .fragments.DetailFragment" >
99
1010 <!-- TODO: Update blank fragment layout -->
11- <TextView
12- android : layout_width =" match_parent"
13- android : layout_height =" match_parent"
14- android : text =" Detail" />
11+
12+ <ImageView
13+ android : layout_gravity =" center"
14+ android : layout_marginTop =" 20dp"
15+ android : src =" @drawable/ic_deadpool"
16+ android : layout_width =" wrap_content"
17+ android : layout_height =" wrap_content" />
18+
1519
1620</FrameLayout >
Original file line number Diff line number Diff line change 55 android : layout_height =" match_parent"
66 android : background =" @color/white"
77 android : clickable =" true"
8+ android : layout_gravity =" center"
89 tools : context =" .fragments.MyInfoFragment" >
910
1011 <!-- TODO: Update blank fragment layout -->
11- <TextView
12- android : layout_width =" match_parent"
13- android : layout_height =" match_parent"
14- android : text =" @string/info_fragment" />
12+
13+ <ImageView
14+ android : layout_gravity =" center"
15+ android : layout_marginTop =" 20dp"
16+ android : src =" @drawable/ic_iron_hand"
17+ android : layout_width =" wrap_content"
18+ android : layout_height =" wrap_content" />
1519
1620</FrameLayout >
Original file line number Diff line number Diff line change 1616 android : layout_marginTop =" 8dp"
1717 android : layout_marginLeft =" 8dp"
1818 android : layout_marginBottom =" 8dp"
19- android : src =" @drawable/ic_deadpool "
19+ android : src =" @drawable/ic_avengers "
2020 app : layout_constraintBottom_toBottomOf =" parent"
2121 app : layout_constraintStart_toStartOf =" parent"
2222 app : layout_constraintTop_toTopOf =" parent"
You can’t perform that action at this time.
0 commit comments