Skip to content

Commit

Permalink
Remove <include> in activity layouts
Browse files Browse the repository at this point in the history
This reverts part of commit 2190dc1
That commit introduced a few bugs because layouts were created twice.
  • Loading branch information
Ellis committed Jan 27, 2015
1 parent 5ae5b9b commit 1ec41c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="fill_parent">
<include layout="@layout/fragment_login" />
</FrameLayout>
</LinearLayout>
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_signup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="fill_parent">
<include layout="@layout/fragment_signup" />
</FrameLayout>
</LinearLayout>

0 comments on commit 1ec41c9

Please sign in to comment.