what-the-bank/resources/res/drawable/shape_insight_header_triang...

14 lines
387 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<rotate
android:fromDegrees="-50"
android:pivotX="0%"
android:pivotY="0%">
<shape shape="rectangle">
<solid color="#ccffffff"/>
</shape>
</rotate>
</item>
</layer-list>