我有一個按鈕上的文字左側的繪製,但我希望繪製更接近的文本。所以我需要移動drawable。設置可繪製位置內按鈕
我定義的android:drawableLeft但按鈕的內容不居中。
這裏是我的代碼:
<Button
android:id="@+id/addsubject"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_action_add"
android:layout_centerHorizontal="true"
android:layout_alignParentTop="true"
android:layout_marginTop="20dp"
android:text="@string/addsubject"
android:textColor="@color/white"
android:background="@drawable/custombutton1" />
這是現在的樣子:
這裏是我怎麼想它是:
謝謝!
嘗試添加'安卓重力= 「中心」'你的XML? – suitianshi 2014-08-29 09:03:24
見https://stackoverflow.com/questions/3634191/how-to-center-icon-and-text-in-a-android-button-with-width-set-to-fill-parent/。 – CoolMind 2018-02-28 09:30:04