xref: /aosp_15_r20/development/samples/browseable/ElizaChat/res/layout/main.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1*90c8c64dSAndroid Build Coastguard Worker<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
2*90c8c64dSAndroid Build Coastguard Worker    xmlns:tools="http://schemas.android.com/tools"
3*90c8c64dSAndroid Build Coastguard Worker    android:layout_width="match_parent"
4*90c8c64dSAndroid Build Coastguard Worker    android:layout_height="match_parent"
5*90c8c64dSAndroid Build Coastguard Worker    android:paddingLeft="@dimen/activity_horizontal_margin"
6*90c8c64dSAndroid Build Coastguard Worker    android:paddingRight="@dimen/activity_horizontal_margin"
7*90c8c64dSAndroid Build Coastguard Worker    android:paddingTop="@dimen/activity_vertical_margin"
8*90c8c64dSAndroid Build Coastguard Worker    android:paddingBottom="@dimen/activity_vertical_margin"
9*90c8c64dSAndroid Build Coastguard Worker    tools:context="com.example.android.wearable.elizachat.MainActivity$PlaceholderFragment"
10*90c8c64dSAndroid Build Coastguard Worker    android:orientation="vertical" >
11*90c8c64dSAndroid Build Coastguard Worker
12*90c8c64dSAndroid Build Coastguard Worker    <TextView
13*90c8c64dSAndroid Build Coastguard Worker        android:id="@+id/history"
14*90c8c64dSAndroid Build Coastguard Worker        android:layout_width="match_parent"
15*90c8c64dSAndroid Build Coastguard Worker        android:layout_height="match_parent"/>
16*90c8c64dSAndroid Build Coastguard Worker
17*90c8c64dSAndroid Build Coastguard Worker</ScrollView>
18