java 随机圆圈背景

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java 随机圆圈背景相关的知识,希望对你有一定的参考价值。

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">
    <solid android:color="#87CEEB"/>

</shape>
((GradientDrawable)customerContactsItemHolder
    .customerDp.getBackground())
    .setColor(BillerUtils.getRandomColor());
public static int getRandomColor(){
        Random random = new Random();
        return Color.argb(255, random.nextInt(256), random.nextInt(256), random.nextInt(256));
    }

以上是关于java 随机圆圈背景的主要内容,如果未能解决你的问题,请参考以下文章

画布中的动画剪贴蒙版

来自随机放置的圆圈的随机字符串

如何使 ImageView 出现在圆圈内的随机位置?

通过按JButton在随机JPanel上绘制圆圈

试图画一个实心圆圈,但它有一个黑色的背景

透明背景 UIView drawRect 圆圈