added progressbar to layout
This commit is contained in:
@ -100,6 +100,8 @@ public class WaldemarWidget extends AppWidgetProvider {
|
||||
SimpleDateFormat.MEDIUM, Locale.getDefault());
|
||||
remoteViews.setTextViewText(R.id.debug, format.format(new Date()));
|
||||
|
||||
remoteViews.setProgressBar(R.id.progress, 267, 166, false);
|
||||
|
||||
appWidgetManager.updateAppWidget(appWidgetId, remoteViews);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user