Statistics
| Branch: | Tag: | Revision:

trustedintents / app / src / main / res / layout / content_main.xml @ 9f5bcd3f

History | View | Annotate | Download (814 Bytes)

1
<?xml version="1.0" encoding="utf-8"?>
2
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    xmlns:tools="http://schemas.android.com/tools"
4
    xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent"
5
    android:layout_height="match_parent" 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
    app:layout_behavior="@string/appbar_scrolling_view_behavior"
10
    tools:showIn="@layout/activity_main" tools:context=".MainActivity">
11

    
12
    <TextView android:text="Hello World!" android:layout_width="wrap_content"
13
        android:layout_height="wrap_content" />
14
</RelativeLayout>