lf_ugc_publish_pos.xml 403 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <size
        android:width="1dp"
        android:height="51dp" />
    <gradient
        android:angle="270"
        android:centerColor="#ffd855"
        android:endColor="#75ffd855"
        android:startColor="#75ffd855"
        android:type="linear"/>
</shape>