jimu-decompiled/resources/res/drawable/action_button_background.xml
2025-05-13 19:24:51 +02:00

22 lines
648 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<corners android:radius="@dimen/btn_height"/>
<solid android:color="#55000000"/>
</shape>
</item>
<item android:bottom="1dp">
<shape>
<corners android:radius="@dimen/btn_height"/>
<solid android:color="#55385ea5"/>
</shape>
</item>
<item android:bottom="2dp">
<shape>
<corners android:radius="@dimen/btn_height"/>
<solid android:color="#00a9ff"/>
</shape>
</item>
</layer-list>