xref: /btstack/port/mtk/SPPClient/res/layout/activity_main.xml (revision 8caefee39d444df6d8908a96a844825f10fbdaa4)
1*8caefee3SMatthias Ringwald<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2*8caefee3SMatthias Ringwald    xmlns:tools="http://schemas.android.com/tools"
3*8caefee3SMatthias Ringwald    android:layout_width="match_parent"
4*8caefee3SMatthias Ringwald    android:layout_height="match_parent"
5*8caefee3SMatthias Ringwald    android:paddingBottom="@dimen/activity_vertical_margin"
6*8caefee3SMatthias Ringwald    android:paddingLeft="@dimen/activity_horizontal_margin"
7*8caefee3SMatthias Ringwald    android:paddingRight="@dimen/activity_horizontal_margin"
8*8caefee3SMatthias Ringwald    android:paddingTop="@dimen/activity_vertical_margin"
9*8caefee3SMatthias Ringwald    tools:context=".MainActivity" >
10*8caefee3SMatthias Ringwald
11*8caefee3SMatthias Ringwald    <TextView
12*8caefee3SMatthias Ringwald        android:layout_width="wrap_content"
13*8caefee3SMatthias Ringwald        android:layout_height="wrap_content"
14*8caefee3SMatthias Ringwald        android:text="@string/hello_world" />
15*8caefee3SMatthias Ringwald
16*8caefee3SMatthias Ringwald</RelativeLayout>
17