Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / activities / TabbedActivity / root / res / layout / fragment_simple.xml.ftl
blob6fa8741bc21856332e99016f3dffb42e8b5ae65b
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent"
5     android:paddingLeft="@dimen/activity_horizontal_margin"
6     android:paddingRight="@dimen/activity_horizontal_margin"
7     android:paddingTop="@dimen/activity_vertical_margin"
8     android:paddingBottom="@dimen/activity_vertical_margin"
9     tools:context="${relativePackage}.${activityClass}$PlaceholderFragment">
11     <TextView
12         <#if hasViewPager>android:id="@+id/section_label"<#else>android:text="@string/hello_world"</#if>
13         android:layout_width="wrap_content"
14         android:layout_height="wrap_content" />
16 </RelativeLayout>