我有以下布局
<?xml version="1.0" encoding="utf-8"?>
<Button
android:id="@+id/sign_in"
style="@style/ButtonText"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/custom_button_green"
android:text="@string/signin_via_email"
android:textSize="15sp"
android:typeface="sans" />
现在按钮我真的不想适应整个宽度,而是我想要左边 10dp 和右边 10dp 的边距。我已经设置了 padding 和 layout_marginLeft 和 right 属性,但它们不起作用。有什么帮助吗?
亲切的问候