Files
NGX-http-Monitoring-Client/app/src/main/res/drawable/widget_panel_red.xml
2026-05-11 18:27:57 +03:30

6 lines
193 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="14dp" />
<solid android:color="#2CFF5A52" />
</shape>