我在Fragment Navigational Drawer中为FAB菜单添加了一个暗淡的背景。 我希望有像
这样的粉丝形状背景此。有人可以帮我这个。
直到现在我已经尝试了这个,但形状不合适。ArcShape shape = new ArcShape(90, 180);
ShapeDrawable shapeDrawable = new ShapeDrawable(shape);
shapeDrawable.getPaint().setColor(getResources().getColor(R.color.primary));