android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
<ListView android:id=
"@+id/in"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:stackFromBottom=
"true"
android:transcriptMode=
"alwaysScroll"
android:layout_weight=
"1"
/>
<LinearLayout
android:orientation=
"horizontal"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
<EditText android:id=
"@+id/edit_text_out"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:layout_gravity=
"bottom"
/>
<Button android:id=
"@+id/button_send"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"보내기"
/>
</LinearLayout>
</LinearLayout>