Files
rr3-apk/res/drawable/ia_round_overlay_bg_with_close.xml
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

12 lines
533 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@id/ia_close_button_background_item">
<shape android:shape="rectangle">
<corners android:radius="@dimen/ia_round_overlay_radius" />
<size android:height="@dimen/ia_round_control_size" android:width="@dimen/ia_round_control_size" />
<solid android:color="@android:drawable/screen_background_dark_transparent" />
</shape>
</item>
</layer-list>