我正在尝试复制一些布局 xml(我无法开始工作),但我不明白这是如何工作的。它绘制了一个带有包装内容的分隔线,但它没有内容那么它是如何绘制的?
<TextView
android:id="@+id/divider"
android:layout_width="wrap_content"
android:layout_height="1px"
android:background="@color/medium_gray"
android:layout_below="@id/spacer"
android:layout_alignParentRight="true"
android:layout_marginRight="@dimen/gutter_right"
android:layout_toRightOf="@id/image" />