source: trunk/autoquest-androidmonitor/res/layout/activity_main.xml @ 1943

Last change on this file since 1943 was 1833, checked in by funger, 10 years ago
  • Property svn:mime-type set to text/plain
File size: 564 bytes
Line 
1<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2    android:layout_width="match_parent"
3    android:layout_height="match_parent"
4    android:paddingBottom="@dimen/activity_vertical_margin"
5    android:paddingLeft="@dimen/activity_horizontal_margin"
6    android:paddingRight="@dimen/activity_horizontal_margin"
7    android:paddingTop="@dimen/activity_vertical_margin" >
8
9    <TextView
10        android:layout_width="wrap_content"
11        android:layout_height="wrap_content"
12        android:text="@string/hello_world" />
13
14</RelativeLayout>
Note: See TracBrowser for help on using the repository browser.