Add BrowseErrorActivity and ErrorFragment.

Change-Id: I60cb6f436782d3b8a97c2f48a71e2ee86ef6d542
This commit is contained in:
Craig Stout
2014-06-27 11:53:31 -07:00
parent 60d8cebd04
commit c2a7292e51
4 changed files with 141 additions and 5 deletions

View File

@@ -15,9 +15,16 @@
limitations under the License.
-->
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
android:name="com.example.android.leanback.BrowseFragment"
android:id="@+id/main_browse_fragment"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main_frame"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
android:layout_height="match_parent">
<fragment
android:name="com.example.android.leanback.BrowseFragment"
android:id="@+id/main_browse_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</FrameLayout>