mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-25 05:57:59 +01:00
8 lines
264 B
XML
8 lines
264 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<gradient
|
||
|
android:angle="270"
|
||
|
android:endColor="@android:color/transparent"
|
||
|
android:startColor="@color/actionbar_grey"/>
|
||
|
</shape>
|