mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-21 17:03:56 +00:00
8 lines
264 B
XML
8 lines
264 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient
|
|
android:angle="90"
|
|
android:endColor="#00000000"
|
|
android:startColor="#80000000"
|
|
android:type="linear" />
|
|
</shape> |