added progressbar to layout

This commit is contained in:
2011-06-05 01:04:42 +02:00
parent e67f622cca
commit 3ce2889b00
3 changed files with 6 additions and 1 deletions

View File

@ -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);
}