<?xml version=
"1.0"
encoding=
"utf-8"
?>
android:id=
"@+id/qs_scroll_view"
android:layout_width=
"match_parent"
android:layout_height=
"fill_parent"
android:background=
"#ffffff"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:background=
"@drawable/img_search_resultdomain"
android:focusable=
"true"
>
<TextView
android:id=
"@+id/tag_text"
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_vertical"
android:layout_marginLeft=
"10dip"
android:text=
"보유 포인트"
android:textColor=
"#1d82c8"
android:textSize=
"15dip"
/>
</LinearLayout>
<View
android:layout_width=
"match_parent"
android:layout_height=
"0.5dp"
android:background=
"#000000"
>
</View>
</ScrollView>