<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
LinearLayout
android:id
=
"@+id/linear_write_frame"
android:orientation
=
"vertical"
android:layout_width
=
"fill_parent"
android:layout_height
=
"fill_parent"
>
<
include
layout
=
"@layout/header_with_menu"
android:id
=
"@+id/header_with_menu"
android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
/>
<
RelativeLayout
android:layout_width
=
"fill_parent"
android:layout_height
=
"120dp"
android:background
=
"@drawable/box"
android:paddingTop
=
"10dp"
>
<
ImageView
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:background
=
"@drawable/profile"
android:id
=
"@+id/iv_profile_img"
/>
<
TextView
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
android:layout_toRightOf
=
"@id/iv_profile_img"
android:text
=
"이름......."
android:id
=
"@+id/et_profile_nm"
/>
<
TextView
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
android:layout_toRightOf
=
"@id/iv_profile_img"
android:layout_below
=
"@id/et_profile_nm"
android:textSize
=
"5pt"
android:textColor
=
"#FFFFFF"
android:text
=
"자기소개......"
/>
</
RelativeLayout
>
<
TextView
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
android:textSize
=
"7pt"
android:textColor
=
"#FFFFFF"
/>
<
ListView
android:id
=
"@+id/lv_write_list"
android:layout_height
=
"wrap_content"
android:layout_width
=
"fill_parent"
></
ListView
>
</
LinearLayout
>