<
LinearLayout
android:layout_width
=
"match_parent"
android:layout_height
=
"0dp"
android:layout_weight
=
"0.4"
android:orientation
=
"vertical"
android:weightSum
=
"1"
>
<
ListView
android:id
=
"@+id/replyList"
android:layout_width
=
"match_parent"
android:layout_height
=
"0dp"
android:layout_weight
=
"0.8"
android:focusable
=
"true"
/>
<
LinearLayout
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
android:orientation
=
"horizontal"
android:layout_weight
=
"0.1"
android:weightSum
=
"1"
>
<
EditText
android:id
=
"@+id/commentEditText"
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:hint
=
"댓글 쓰기"
android:layout_weight
=
"0.85"
/>
<
Button
android:id
=
"@+id/commentButton"
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:text
=
"확인"
android:layout_weight
=
"0.15"
/>
</
LinearLayout
>
<
LinearLayout
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
android:layout_weight
=
"0.1"
android:orientation
=
"horizontal"
android:weightSum
=
"1"
>
<
Button
android:id
=
"@+id/modifyButton"
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
android:layout_weight
=
"0.5"
android:text
=
"수정"
/>
<
Button
android:id
=
"@+id/deleteButton"
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
android:layout_weight
=
"0.5"
android:text
=
"삭제"
/>
</
LinearLayout
>
</
LinearLayout
>