mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-07 21:48:17 -08:00
Introduces a new app widget for music playback control and display. Adds widget provider classes, update manager, view factory, and related resources (layouts, colors, strings, XML). Integrates widget updates with MediaService to reflect current playback state. Updates AndroidManifest to register the widget.
8 lines
217 B
Java
8 lines
217 B
Java
package com.cappielloantonio.tempo.widget;
|
|
|
|
/**
|
|
* AppWidget provider entry for the 4x1 widget card. Inherits all behavior
|
|
* from {@link WidgetProvider}.
|
|
*/
|
|
public class WidgetProvider4x1 extends WidgetProvider {}
|
|
|