mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
Added gradient background in CoverFragment
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:startColor="#99000000"
|
||||
android:centerX="50%"
|
||||
android:centerY="50%"
|
||||
android:gradientRadius="50%"
|
||||
android:type="radial"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user