Advertisement
uopspop

Untitled

Sep 28th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.86 KB | None | 0 0
  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.    android:layout_width="match_parent"
  5.    android:layout_height="match_parent"
  6.    android:paddingBottom="@dimen/activity_vertical_margin"
  7.    android:paddingLeft="@dimen/activity_horizontal_margin"
  8.    android:paddingRight="@dimen/activity_horizontal_margin"
  9.    android:paddingTop="@dimen/activity_vertical_margin"
  10.    tools:context="com.example.sam.touchdemoprac.MainActivity"
  11.    android:id="@+id/relativeLayout">
  12.  
  13.     <TextView
  14.        android:id="@+id/tvMessage"
  15.        android:layout_width="wrap_content"
  16.        android:layout_height="wrap_content"
  17.        android:layout_margin="5dp"
  18.        android:textSize="20sp"
  19.        android:text="Please touch the screen." />
  20. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement