We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4338a commit 70d46c2Copy full SHA for 70d46c2
1 file changed
ResideMenu/res/layout/residemenu.xml
@@ -1,8 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
3
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
4
- android:layout_width="match_parent"
5
- android:layout_height="match_parent">
+<merge xmlns:android="http://schemas.android.com/apk/res/android">
+
6
<ImageView
7
android:id="@+id/iv_background"
8
android:adjustViewBounds="true"
@@ -50,4 +49,4 @@
50
49
</LinearLayout>
51
</ScrollView>
52
53
-</FrameLayout>
+</merge>
0 commit comments