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

Commit 7cd88e17 authored by Wink Saville's avatar Wink Saville
Browse files

Update the comment for setBackgroundResource that 0 removes the background.

parent ee2805d9
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
     */