liugl
2020-12-18 661a9d7a654c5e017e3ca7333cf8fe30e1f5931a
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"/>