Skip to content

Commit 8928470

Browse files
committed
Use mono icon as background.
1 parent 9e3d012 commit 8928470

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

android/app/src/main/res/layout/activity_main.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
android:layout_height="match_parent"
99
tools:context=".MainActivity">
1010

11+
<ImageView
12+
android:layout_width="match_parent"
13+
android:layout_height="match_parent"
14+
android:layout_margin="32dp"
15+
android:alpha="0.05"
16+
android:src="@drawable/ic_mono_icon"
17+
android:scaleType="centerCrop" />
18+
1119
<LinearLayout
1220
android:layout_width="match_parent"
1321
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)