liugl
2020-09-10 40a8a2c243c15fe8d4eb46f4dbc42a290bd0a63a
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:background="@color/write"
    android:alpha="0.3"
    android:src="#979797"
    android:paddingStart="14dp"
    android:paddingEnd="14dp"
    android:layout_height="1px"/>