mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-24 21:47:59 +01:00
7 lines
268 B
XML
7 lines
268 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient
|
|
android:angle="90"
|
|
android:endColor="@android:color/transparent"
|
|
android:startColor="@color/gradient_grey_start"/>
|
|
</shape>
|