mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-16 07:22:51 +01:00
29e1976b90
* glance * glance2
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>
|