Files
claude-usage-widget/app/build/intermediates/packaged_res/debug/drawable/widget_background.xml
T

7 lines
221 B
XML

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