[Widget] Added a new MD3 widget
This commit is contained in:
parent
fd639d6348
commit
42a00dee95
8 changed files with 421 additions and 3 deletions
10
app/src/main/res/drawable/app_widget_background.xml
Normal file
10
app/src/main/res/drawable/app_widget_background.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?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="16dp" />
|
||||
<solid android:color="?android:attr/colorBackground" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue