Files
android_development/samples/browseable/BasicMultitouch/res/layout/layout_mainactivity.xml
Dirk Dougherty 4b737b695e Add prebuilt browseable samples as static files.
Change-Id: Ifb5382223343400882834d2dd9c182c3df602e34
2013-10-29 20:56:17 -07:00

17 lines
583 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:padding="75dp"
android:text="@string/intro_message" />
<com.example.android.basicmultitouch.TouchDisplayView
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</FrameLayout>