mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-28 21:07:57 +01:00
Move Widget to seperate module - Create a core module for presentation. Widget and App will share some resources and hopefully composables
7 lines
280 B
XML
7 lines
280 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<solid android:color="@color/appwidget_secondary_container" />
|
|
<corners android:radius="@dimen/appwidget_background_radius" />
|
|
</shape>
|