GradientDrawable grad = new GradientDrawable(
Orientation.TOP_BOTTOM,
new int[] {Color.RED, Color.YELLOW}
);
this.getWindow().setBackgroundDrawable(grad);
![]() |
|
GradientDrawable grad = new GradientDrawable(
Orientation.TOP_BOTTOM,
new int[] {Color.RED, Color.YELLOW}
);
this.getWindow().setBackgroundDrawable(grad);
|
|
|