• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8" ?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3              android:layout_height="wrap_content"
4              android:layout_width="match_parent">
5    <fragment  android:name="com.android.traceur.MainFragment"
6               android:id="@+id/fragment"
7               android:layout_height="wrap_content"
8               android:layout_width="match_parent"/>
9</LinearLayout>
10