close
The Wayback Machine - https://web.archive.org/web/20160406153739/https://developer.android.com/samples/ElizaChat/res/layout/main.html
Show navigation Hide navigation
ElizaChat / res / layout /

main.xml

1
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
2
    xmlns:tools="http://schemas.android.com/tools"
3
    android:layout_width="match_parent"
4
    android:layout_height="match_parent"
5
    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
    tools:context="com.example.android.wearable.elizachat.MainActivity$PlaceholderFragment"
10
    android:orientation="vertical" >
11
 
12
    <TextView
13
        android:id="@+id/history"
14
        android:layout_width="match_parent"
15
        android:layout_height="match_parent"/>
16
 
17
</ScrollView>