How to set margin dynamically in Android?

后端 未结 5 2038
甜味超标
甜味超标 2020-12-25 11:19

I am currently doing an android application that contains customize alert dialog. It contains a button , but i can\'t set the margin for the button . the code is given belo

5条回答
  •  醉梦人生
    2020-12-25 11:32

    buttonLayoutParams.bottomMargin
    buttonLayoutParams.topMargin
    buttonLayoutParams.leftMargin
    buttonLayoutParams.rightMargin
    

    can be used to set margins

提交回复
热议问题