Move manga info summary more/less button toggle
This commit is contained in:
13
app/src/main/res/drawable/manga_info_more_gradient.xml
Normal file
13
app/src/main/res/drawable/manga_info_more_gradient.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<gradient
|
||||
android:angle="180"
|
||||
android:centerColor="#ff000000"
|
||||
android:endColor="#00000000"
|
||||
android:startColor="#ff000000" />
|
||||
|
||||
<corners android:radius="0dp" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user