replace view binding with aa, change script list to card view, enable minify
This commit is contained in:
10
app/src/main/res/drawable/card_shadow.xml
Normal file
10
app/src/main/res/drawable/card_shadow.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="#dedede"
|
||||
android:startColor="@android:color/transparent"/>
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user