Stable
This commit is contained in:
parent
a0d79d5751
commit
acc7e31d57
37 changed files with 695 additions and 363 deletions
8
app/src/main/res/xml/app_widget_text.xml
Normal file
8
app/src/main/res/xml/app_widget_text.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:initialLayout="@layout/app_widget_text"
|
||||
android:minWidth="@dimen/app_widget_small_min_width"
|
||||
android:minHeight="@dimen/app_widget_small_min_height"
|
||||
android:resizeMode="horizontal|vertical"
|
||||
android:updatePeriodMillis="0"
|
||||
android:widgetCategory="keyguard|home_screen" />
|
Loading…
Add table
Add a link
Reference in a new issue