blob: 7700b733a176e26ded5605095fd15d87178e8c01 [file] [log] [blame]
alision96ff9b72013-07-05 10:59:16 -04001<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
alision96ff9b72013-07-05 10:59:16 -04002 xmlns:tools="http://schemas.android.com/tools"
Alexandre Lision8b9d8e82013-10-04 09:21:27 -04003 android:id="@+id/frag_container"
alision96ff9b72013-07-05 10:59:16 -04004 android:layout_width="match_parent"
5 android:layout_height="match_parent"
Alexandre Lision0e44e912013-11-20 09:24:50 -05006 tools:context=".ActivityHolder"
7 android:background="@drawable/bg_72" >
alision96ff9b72013-07-05 10:59:16 -04008
Alexandre Lision8b9d8e82013-10-04 09:21:27 -04009</FrameLayout>