diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-11-20 18:47:33 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-11-20 18:47:33 -0800 |
commit | 1ace88b03e75e07c69f3030b27a8d74750a73364 (patch) | |
tree | 3baba34d7fe717ffd0c580ef20fd489dd0015eef /res | |
parent | f58ad6da0800b93d493efe7845b307e580530e84 (diff) | |
download | dsub-1ace88b03e75e07c69f3030b27a8d74750a73364.tar.gz dsub-1ace88b03e75e07c69f3030b27a8d74750a73364.tar.bz2 dsub-1ace88b03e75e07c69f3030b27a8d74750a73364.zip |
#190 Added 4x4 widget to home screen
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/appwidget4x4.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/xml/appwidget4x4.xml b/res/xml/appwidget4x4.xml index 40956dcf..ca2d1012 100644 --- a/res/xml/appwidget4x4.xml +++ b/res/xml/appwidget4x4.xml @@ -4,4 +4,6 @@ android:minHeight="250dp" android:updatePeriodMillis="0" android:resizeMode="horizontal|vertical" - android:initialLayout="@layout/appwidget4x4"/>
\ No newline at end of file + android:initialLayout="@layout/appwidget4x4" + android:initialKeyguardLayout="@layout/appwidget4x4" + android:widgetCategory="keyguard|home_screen"/>
\ No newline at end of file |