Added big app widget.
This commit is contained in:
parent
ff41a67448
commit
14204d1789
14 changed files with 381 additions and 18 deletions
12
app/src/main/res/xml/app_widget_big_info.xml
Normal file
12
app/src/main/res/xml/app_widget_big_info.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:initialLayout="@layout/app_widget_big"
|
||||
android:minHeight="@dimen/app_widget_big_min_height"
|
||||
android:minWidth="@dimen/app_widget_big_min_width"
|
||||
android:resizeMode="horizontal|vertical"
|
||||
android:updatePeriodMillis="0"
|
||||
android:widgetCategory="keyguard|home_screen"
|
||||
tools:ignore="UnusedAttribute" />
|
||||
|
||||
<!--android:previewImage="@drawable/app_widget_classic"-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue