Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61ff32f0 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 20013

* changes:
  Update the comment for setBackgroundResource that 0 removes the background.
parents ecc7ca03 7cd88e17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6913,7 +6913,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility

    /**
     * Set the background to a given resource. The resource should refer to
     * a Drawable object.
     * a Drawable object or 0 to remove the background.
     * @param resid The identifier of the resource.
     * @attr ref android.R.styleable#View_background
     */