错误信息:Integer types not allow (at ‘padding’ with value ’10’)
Android界面属性的长度和宽度都是带单位的数值,即类型是字符串。常用的单位有px(像素)、in(英寸)、mm(毫米)、pt(磅)、dp(设备独立像素,也写为dip)、sp(缩放独立像素)。例如,这里将10改为10dp或者10sp,即可。

相关文章:

  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2022-01-25
猜你喜欢
  • 2022-12-23
  • 2021-04-01
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2022-01-30
相关资源
相似解决方案