我想创建按钮,例如注册和登录按钮我在https://www.google.com/search?q=medicine&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiuyrO8koLMAhWlJ5oKHcRuDjgQ_AUICCgC&biw=1366&bih=697#tbs=isz:lt%2Cislt:svga&tbm=isch&q=stethoscope+%2B+laptop&imgrc=Uh8IGO8X6CBcMM%3A上找到了图片 我尝试过的方法包括使用以下
使用 Shape drawable
到目前为止,结果并不令人愉快。
答案 0 :(得分:13)
试试这个 -
ggplot(data=dat, aes(x=val,colour=name, fill=name)) +
geom_histogram(alpha=0.4, data=subset(dat, name %in% c("A","C"))) +
geom_histogram(alpha=0.4, data=subset(dat, val<100 & name=="B"), fill="grey", colour="grey") +
geom_histogram(alpha=0.4, data=subset(dat, val>=100 & name=="B"), drop=T) +
facet_wrap(~name, ncol=1)
答案 1 :(得分:8)
为了加快这个过程,我实际遇到了这个为你的xml http://angrytools.com/android/button/生成代码的工具。根据自己的喜好修改了按钮后,用户只需要将xml生成的代码复制到他们的应用程序中。该工具有很多自定义选项,包括大小,填充,角落,背景,填充和笔触。
答案 2 :(得分:1)
看到这一点,你会得到完全的。
[HttpPost]public string UploadData([FromBody] string imageValue)
{return imageValue;}