Slightly updated the appwidget appearance, use smaller bitmap size for palette.
This commit is contained in:
parent
a238d6564e
commit
bd69dc1d43
13 changed files with 111 additions and 87 deletions
|
|
@ -122,14 +122,14 @@
|
|||
android:name=".ui.activities.SearchActivity"
|
||||
android:label="@string/title_activity_search" />
|
||||
|
||||
<receiver android:name=".appwidget.MusicPlayerWidget">
|
||||
<receiver android:name=".appwidget.WidgetMedium">
|
||||
<intent-filter>
|
||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
</intent-filter>
|
||||
|
||||
<meta-data
|
||||
android:name="android.appwidget.provider"
|
||||
android:resource="@xml/music_player_widget_info" />
|
||||
android:resource="@xml/widget_medium_info" />
|
||||
</receiver>
|
||||
|
||||
<activity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue