📜  android studio中的按钮高度没有增加 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:46.005000             🧑  作者: Mango

代码示例1
*** In layout_height is not work in Button in Android Studio.
*** You can use:    
    PaddingTop and PaddingBottom in Button that give you the button height increase.
________________________________