안드로이드 개발 질문/답변
(글 수 45,052)
위와 같이 tablerow
<ImageView android:id="@+id/MarkImage" android:layout_width="400px"
android:layout_height="wrap_content" android:visibility="gone"
android:paddingBottom="5dip"> </ImageView>
<TextView android:id="@+id/MarkTitle" android:layout_width="0px" android:layout_height="wrap_content" android:layout_centerVertical="true" android:gravity="left" android:layout_marginLeft="8dip" android:textColor="@color/grey3" android:layout_weight="399" android:background="@color/white" android:singleLine="true"/>
imageview 를 뿌리고 있습니다. textview 뿌릴때 로우 칸이 굵어지는 현상이 없는데 이미지만 테이블로우에 뿌리면
칸이 이미지에 비례해서 굵어지는 현상이 있습니다. 초보에게 한수 가르켜 주세요^^;