Android - 按钮高度不会改变

jef*_*eon 5 height android button

我无法使我的按钮的高度变小.这是我在xml中的内容:

<Button xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button_small_left"
        style="?android:attr/buttonStyleSmall"
        android:layout_height="10px"
        android:height="10px"
        android:minHeight="10px"
        android:maxHeight="10px"
        android:padding="0px"
        android:textSize="6dip"
        android:text="asd"
/>
Run Code Online (Sandbox Code Playgroud)

在此之后,该按钮仍会显示一个大的顶部和底部填充.文字出现在中间.该按钮用于相对布局.

jef*_*eon -1

奇怪 - 当我创建一个新项目再试一次时,这确实工作正常。问题应该出在其他地方。