mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Added gradient background in CoverFragment
This commit is contained in:
parent
a9f6f882b5
commit
1dc9b03125
1 changed files with 9 additions and 0 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue