2014-02-25 19:53:12 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-06-27 14:34:51 -07:00
|
|
|
android:id="@+id/fragment_container"
|
2014-02-25 19:53:12 -08:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|