.item layout set division line


android:layout_width=”match_parent”
android:layout_height=”wrap_content”
android:orientation=”vertical”>

android:layout_width=”match_parent”
android:layout_height=”3dp”
android:background=”#FFFFFF” />

android:id=”@+id /img_item”![Insert the picture description here](https://img-blog.csdnimg.cn/20190712210659517.jpg?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmVFFLy9ibG9nLmNzFFL4U70,color_aHR0cHM6Ly9ibG9nLmNzFFN4ub= )
android:layout_width=”match_parent”
android:layout_height=”70dp”
android:background=”@color/colorPrimary” />

Leave a Comment

Your email address will not be published.