mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
11 lines
250 B
XML
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>
|