mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 14:17:19 +02:00
12 lines
366 B
XML
12 lines
366 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="?attr/appWidgetRadius" />
|
|
<solid android:color="?android:attr/colorBackground" />
|
|
</shape>
|