mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
18 lines
716 B
XML
18 lines
716 B
XML
<resources>
|
|
|
|
<style name="AppTheme.AppWidgetContainerParent" parent="@android:style/Theme.DeviceDefault">
|
|
<!-- Radius of the outer bound of widgets to make the rounded corners -->
|
|
<item name="appWidgetRadius">0dp</item>
|
|
<!--
|
|
Radius of the inner view's bound of widgets to make the rounded corners.
|
|
It needs to be 8dp or less than the value of appWidgetRadius
|
|
-->
|
|
<item name="appWidgetInnerRadius">0dp</item>
|
|
</style>
|
|
|
|
<style name="AppTheme.AppWidgetContainer" parent="AppTheme.AppWidgetContainerParent">
|
|
<!-- Apply padding to avoid the content of the widget colliding with the rounded corners -->
|
|
<item name="appWidgetPadding">0dp</item>
|
|
</style>
|
|
</resources>
|