本文共 471 字,大约阅读时间需要 1 分钟。
AbsoluteLayout.LayoutParams layoutparams = new AbsoluteLayout.LayoutParams((int) (datashow.nWidth * wr), (int) (datashow.nHeight * hr), (int) (datashow.nLp * wr),
(int) (datashow.nTp * hr));
Button buttonView = new Button(this);
buttonView.setPadding(1, 1, 1, 1);// 让数字全部显示出来
Button dataView = updateDataShow(buttonView, datashow);
abslayout.addView(dataView, layoutparams);
原因:button上文字与button的框边界距离太大,导致文字无法显示全部
解决:设置pad
原文:http://fergusj.blog.51cto.com/8835051/1689214
转载地址:http://qldqv.baihongyu.com/