我想为BulletSpan设置半径,使子弹大于其默认外观。我在Android上找到了带有链接https://developer.android.com/reference/android/text/style/BulletSpan的解决方案,但Xamarin Android BulletSpan中没有这个解决方案。
Android Link解释了Xamarin Android部分中没有的构造函数。
public BulletSpan (int gapWidth,
int color,
int bulletRadius)
答案 0 :(得分:0)
BulletSpan
.ator
接受gapWidth
,color
和& API级别28(Android P)中添加了bulletRadius
。目前处于谷歌的预览状态。
Xamarin.Android
上周刚刚合并了对API 28 / P的支持:
在API级别28中添加
public BulletSpan(int gapWidth, int颜色, int bulletRadius)
根据间隙宽度和颜色整数创建BulletSpan。
Xamarin.Android 8.4(预览版)已经发布,所以如果您想在此版本中使用Android P / 28仿真器/设备试用新的API,您可以: