|
@@ -1,4 +1,4 @@
|
|
|
-/**
|
|
|
+/*
|
|
|
* Nextcloud Android client application
|
|
|
*
|
|
|
* @author Andy Scherzinger
|
|
@@ -151,7 +151,6 @@ public abstract class ToolbarActivity extends BaseActivity {
|
|
|
* a Drawable object or 0 to remove the background.#
|
|
|
*
|
|
|
* @param color The identifier of the color.
|
|
|
- * @attr ref android.R.styleable#View_background
|
|
|
*/
|
|
|
public void setProgressBarBackgroundColor(@ColorInt int color) {
|
|
|
mProgressBar.setBackgroundColor(color);
|