Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Commit

Permalink
Fix error fragment crash
Browse files Browse the repository at this point in the history
Change-Id: Ibc40125032bed65e881f8864dff6e2c931184311
  • Loading branch information
ryanseys committed Dec 2, 2015
1 parent e0c94a4 commit 626f223
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions app/src/main/res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,9 @@
limitations under the License.
-->

<merge xmlns:android="http://schemas.android.com/apk/res/android"
<fragment
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main_frame"
android:name="com.example.android.tvleanback.ui.MainFragment"
android:layout_width="match_parent"
android:layout_height="match_parent">

<fragment
android:id="@+id/main_browse_fragment"
android:name="com.example.android.tvleanback.ui.MainFragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />

</merge>
android:layout_height="match_parent" />

0 comments on commit 626f223

Please sign in to comment.