在Button Text上方添加填充

时间:2011-06-19 15:38:20

标签: android text button

如何在按钮及其文本之间添加一些填充?

enter image description here

        <Button
            android:text="@string/routes_btn_title"
            android:drawableTop="@drawable/temp_button_icon"
            android:layout_gravity="top|center_horizontal"/>

1 个答案:

答案 0 :(得分:1)

在你的布局中使用android:drawablePadding。