mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 17:01:01 +00:00
10 lines
489 B
XML
10 lines
489 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!--
|
|
Having themes.xml for night-v31 because of the priority order of the resource qualifiers.
|
|
-->
|
|
<style name="Theme.Dantotsu.AppWidgetContainerParent" parent="@android:style/Theme.DeviceDefault.DayNight">
|
|
<item name="appWidgetRadius">@android:dimen/system_app_widget_background_radius</item>
|
|
<item name="appWidgetInnerRadius">@android:dimen/system_app_widget_inner_radius</item>
|
|
</style>
|
|
</resources> |