스크롤뷰 안에 CTextView에다가 외부에서 읽어온 내용을 출력합니다.
그런데 CTextVIew에 내용이 길어지면 밑에 ImageButton이 표시가 되지않습니다.
그리고 CTextView의 내용이 짧으면 ImageButton이 나타납니다.
왜 이럴까요?;;


<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout android:id="@+id/linearLayout1"
android:layout_width="match_parent" android:layout_height="wrap_content"
android:orientation="vertical">
<TextView android:text="TextView" android:id="@+id/resulttitle"
android:layout_width="wrap_content" android:layout_height="wrap_content"
android:layout_margin="10px" android:layout_marginBottom="10px"
android:textSize="10pt"></TextView>


<ScrollView android:layout_width="match_parent"
android:layout_height="wrap_content" android:id="@+id/scrollView1">
<LinearLayout android:id="@+id/linearLayout3"
android:layout_width="match_parent" android:layout_height="match_parent">
<com.prototype.CTextView android:text="TextView"
android:id="@+id/resultcontent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_margin="10px"
android:layout_marginBottom="10px" android:textSize="10pt"></com.prototype.CTextView>
</LinearLayout>
</ScrollView>
</LinearLayout>
<LinearLayout android:id="@+id/linearLayout2"
android:layout_width="match_parent" android:layout_height="wrap_content"
android:orientation="vertical">
<ImageButton android:layout_width="wrap_content"
android:src="@drawable/icon" android:id="@+id/btnnaver"
android:layout_height="wrap_content" ></ImageButton>
</LinearLayout>

</LinearLayout>

<link rel="stylesheet" type="text/css" media="screen" href="chrome-extension://fcdjadjbdihbaodagojiomdljhjhjfho/css/atd.css">