<TableLayout

                    android:id="@+id/load"

                    android:layout_width="match_parent"

                    android:layout_height="wrap_content"

                    android:orientation="vertical"

                    android:stretchColumns="1" >


                    <TableRow>


                        <TextView

                            android:layout_width="match_parent"

                            android:layout_height="30dp"

                            android:gravity="center_vertical"

                            android:textColor="#000000"

    android:text="qnfdfadsfoajsdfo"

                            android:textSize="15sp" />


                        <ImageView

                            android:id="@+id/imageView1"

                            android:layout_width="wrap_content"

                            android:layout_height="wrap_content"

                            android:src="@drawable/dfewf" />

                    </TableRow>


                    <View

                        android:id="@id/View1"

                        android:layout_height="1dp"

                        android:background="#ABABAB" />



이런식으로 TableRow 사이에 <View에 background를 넣으면 선이 그려지는데 이 선을 점선으로 표시하는 방법이 있을까요 ?? 궁금합니다.