안드로이드 개발 질문/답변
(글 수 45,052)
좌측은 빈공간을 잡으면 되는데...
우측은 fill_parent로 해 놓으면.... 삐져 나갑니다...
아래처럼... ( 이미지는 첨부파일에도 넣어놨습니다. )
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>




이미지 확인이 안됩니다.