How to add a horizontal 1px line above image view in a relative layout?
问题 How do I add a horizontal 1px white line above image view in a relative layout? <RelativeLayout android:id="@+id/widget38" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_x="108px" android:layout_y="87px" > <ImageView android:id="@+id/widget39" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_alignParentRight="true" > </ImageView> </RelativeLayout> 回答1: Just add the following