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

Commit 7f732460 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Updating the comments as per API feedback"

parents 87af16bc ae65598b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -375,12 +375,12 @@ public class AppWidgetHostView extends FrameLayout {
    }

    /**
     * Sets whether the widget should is being displayed on a light/white background and use an
     * Sets whether the widget is being displayed on a light/white background and use an
     * alternate UI if available.
     * @see RemoteViews#setLightBackgroundLayoutId(int)
     */
    public void setOnLightBackground(boolean useDarkTextLayout) {
        mOnLightBackground = useDarkTextLayout;
    public void setOnLightBackground(boolean onLightBackground) {
        mOnLightBackground = onLightBackground;
    }

    /**