Added a small widget.
This commit is contained in:
parent
e9ee47fbcc
commit
ff41a67448
9 changed files with 367 additions and 12 deletions
|
|
@ -139,6 +139,19 @@
|
|||
android:resource="@xml/app_widget_classic_info" />
|
||||
</receiver>
|
||||
|
||||
<receiver
|
||||
android:name=".appwidgets.AppWidgetSmall"
|
||||
android:exported="false"
|
||||
android:label="@string/app_widget_small_name">
|
||||
<intent-filter>
|
||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
</intent-filter>
|
||||
|
||||
<meta-data
|
||||
android:name="android.appwidget.provider"
|
||||
android:resource="@xml/app_widget_small_info" />
|
||||
</receiver>
|
||||
|
||||
<activity
|
||||
android:name=".ui.activities.SettingsActivity"
|
||||
android:label="@string/action_settings" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue