mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-23 02:15:46 +01:00
8 lines
286 B
XML
8 lines
286 B
XML
|
<?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>
|