RetroMusicPlayer/app/src/main/res/drawable/app_widget_background.xml

8 lines
286 B
XML
Raw Normal View History

2021-12-01 20:14:46 +05:30
<?xml version="1.0" encoding="utf-8"?><!--
Background for widgets to make the rounded corners based on the
appWidgetRadius attribute value
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="16dp" />
</shape>