We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3d012 commit 8928470Copy full SHA for 8928470
android/app/src/main/res/layout/activity_main.xml
@@ -8,6 +8,14 @@
8
android:layout_height="match_parent"
9
tools:context=".MainActivity">
10
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
+
19
<LinearLayout
20
android:layout_width="match_parent"
21
android:layout_height="wrap_content"
0 commit comments