wulkanowy-mod/app/src/main/res/drawable/border.xml

9 lines
315 B
XML
Raw Normal View History

<?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:centerColor="@android:color/transparent"
android:centerX="0.01"
android:startColor="#60606060" />
</shape>