Skip to content

Commit 2315776

Browse files
author
elgroup
committed
new icons added
1 parent 591d28d commit 2315776

File tree

7 files changed

+23
-14
lines changed

7 files changed

+23
-14
lines changed
69.8 KB
Loading
225 KB
Loading
82.6 KB
Loading

app/src/main/res/layout/fragment_aboutme.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
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>

app/src/main/res/layout/fragment_detail.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
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>

app/src/main/res/layout/fragment_my_info.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
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>

app/src/main/res/layout/item_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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"

0 commit comments

Comments
 (0)