Android的按鍵我有以下佈局有左,右頁邊距
<?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。我已經設置了填充和layout_marginLeft和右側的屬性,但他們不工作。任何幫助?
親切的問候
你可以發佈你的ButtonText樣式代碼嗎? –
'android:layout_width =「wrap_content」'並相應地指定邊距。 – neevek