Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个自定义的 textView,它看起来像下面的蓝色球体/球:
颜色由用户提供。不知道如何在 android xml 中创建这个布局。请帮忙。
将图像(具有透明度的 .png 格式)复制到可绘制文件夹并在 xml 中设置 textview 属性android:background="@drawable/your-image-name"
android:background="@drawable/your-image-name"