blob: 1c000bdc7a3df220ee5ef8f1cb90e1eec34386ca [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 Lision8b9d8e82013-10-04 09:21:27 -04006 android:paddingTop="?android:attr/actionBarSize"
alision96ff9b72013-07-05 10:59:16 -04007 tools:context=".ActivityHolder" >
8
Alexandre Lision8b9d8e82013-10-04 09:21:27 -04009</FrameLayout>