<Button
            android:layout_width="200dp"   //设置宽度和高度就用dp
            android:layout_height="wrap_content"
            android:text="哈哈"
            android:textSize="15sp"    //设置文字的大小就用sp
/>

 

相关文章:

  • 2021-05-12
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
相关资源
相似解决方案