좌측은 빈공간을 잡으면 되는데...

우측은 fill_parent로 해 놓으면.... 삐져 나갑니다...

 

아래처럼...  ( 이미지는 첨부파일에도 넣어놨습니다. )

 

 

layout.jpg

 

 

 

ScrollView  내에서 Table을 사용한 소스인데....

헬프미입니다...

 

 

 <ScrollView
     android:layout_marginTop="10dp"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent" > 

        <TableLayout
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" >
            <TableRow android:paddingRight="3dp">
           <ImageView
               android:layout_width="20dp"
               android:layout_height="fill_parent"
               android:src="@drawable/title_sub_icon" /> 
           <TextView
               android:layout_width="wrap_content"
               android:layout_height="wrap_content"
               android:textSize="15sp"
               android:textStyle="bold"
               android:text="@string/phoneusefull_en1" />
            </TableRow>