Skip to content

Commit 70d46c2

Browse files
committed
Remove the redundant framelayout betweens decorView and contentView. #37
1 parent 4a4338a commit 70d46c2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

ResideMenu/res/layout/residemenu.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
4-
android:layout_width="match_parent"
5-
android:layout_height="match_parent">
3+
<merge xmlns:android="http://schemas.android.com/apk/res/android">
4+
65
<ImageView
76
android:id="@+id/iv_background"
87
android:adjustViewBounds="true"
@@ -50,4 +49,4 @@
5049
</LinearLayout>
5150
</ScrollView>
5251

53-
</FrameLayout>
52+
</merge>

0 commit comments

Comments
 (0)