wrap_content is not working in button height android

前端 未结 6 963
灰色年华
灰色年华 2020-12-31 01:40

\"wrap_content\" is not working in my button, it currently looks like this:

 now                        want
 ____________
|            |           _________         


        
6条回答
  •  离开以前
    2020-12-31 02:21

    Adding just minHeight doesn't work. You also need to set verticalPadding to 0dp

提交回复
热议问题