0
我用android:drawableTop
行在我的按鈕上添加了一個圖像。但圖像太多,我想添加填充到我的背景可繪製圖像。我怎樣才能做到這一點?如何在背景圖片上添加填充? | Android
<Button
android:layout_width="wrap_content"
android:layout_height="165dp"
android:text="take note"
android:textAllCaps="false"
android:id="@+id/button"
android:layout_weight="1"
android:drawableTop="@drawable/note_al"
android:background="#51A39D"
android:layout_marginRight="15dp"
android:textSize="30dp" />
你可以編輯你的問題,說*完全*你想要填充關於你的繪製和按鈕的地方嗎?也可以顯示一些圖像顯示你想要的東西? –
我只想添加填充我的背景圖片。 –
看到[這篇文章](http://stackoverflow.com/questions/3337371/androiddrawableleft-margin-and-or-padding) – drWisdom