You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
9a8a27dbb9
Workaround with ImageView tints
9 lines
294 B
XML
9 lines
294 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<gradient
|
|
android:angle="270"
|
|
android:endColor="@android:color/black"
|
|
android:startColor="@android:color/transparent" />
|
|
</shape>
|