Skip to content

Commit

Permalink
Remove the redundant framelayout betweens decorView and contentView. #37
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecialCyCi committed Jan 25, 2015
1 parent 4a4338a commit 70d46c2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ResideMenu/res/layout/residemenu.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<merge xmlns:android="http://schemas.android.com/apk/res/android">

<ImageView
android:id="@+id/iv_background"
android:adjustViewBounds="true"
Expand Down Expand Up @@ -50,4 +49,4 @@
</LinearLayout>
</ScrollView>

</FrameLayout>
</merge>

0 comments on commit 70d46c2

Please sign in to comment.