Completely rewrote the widget. Some method name refactoring.
This commit is contained in:
parent
1aeaceced8
commit
119f4e1f1c
10 changed files with 318 additions and 242 deletions
|
|
@ -126,14 +126,17 @@
|
|||
|
||||
<activity android:name=".ui.activities.SearchActivity" />
|
||||
|
||||
<receiver android:name=".appwidget.WidgetMedium">
|
||||
<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/widget_medium_info" />
|
||||
android:resource="@xml/app_widget_small_info" />
|
||||
</receiver>
|
||||
|
||||
<activity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue