Files
android_development/samples/browseable/ElizaChat/Application/res/layout/main.xml
Trevor Johns f420ff0d80 Add browseable samples for Clockwork Beryl
Bug: 17473824
Change-Id: Id4c637733c491ac71bb6e269f55939c082fb0994
2014-10-23 03:36:38 +00:00

18 lines
725 B
XML

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin"
tools:context="com.example.android.wearable.elizachat.MainActivity$PlaceholderFragment"
android:orientation="vertical" >
<TextView
android:id="@+id/history"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</ScrollView>