mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-10 19:08:38 +00:00
12 lines
380 B
XML
12 lines
380 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<gradient
|
|
android:angle="90"
|
|
android:startColor="@color/media_preview_bar_background"
|
|
android:centerColor="@color/media_preview_bar_shade_center"
|
|
android:endColor="@android:color/transparent"/>
|
|
|
|
</shape> |