Files
arcanechat-android/res/drawable/divider_start.xml
T
2023-11-13 22:48:53 +01:00

11 lines
250 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<gradient
android:angle="0"
android:startColor="@color/transparent"
android:endColor="#80B0B0B0"
android:type="linear" />
</shape>