Skip to content

Commit

Permalink
Replace FrameLayout with merge tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarthel-fr committed Feb 25, 2015
1 parent 693fd4c commit 3c53ae3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand Down Expand Up @@ -70,4 +70,4 @@
</LinearLayout>


</FrameLayout>
</merge>
4 changes: 2 additions & 2 deletions CameraColorPicker/app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
Expand Down Expand Up @@ -32,4 +32,4 @@
app:fab_colorPressed="@color/color_accent"
app:fab_colorRipple="?attr/colorControlHighlight" />

</FrameLayout>
</merge>

0 comments on commit 3c53ae3

Please sign in to comment.