Android Studio 怎么給改按鈕背景
Android Studio 怎么給改按鈕背景
心有法竹
2019-02-19 21:13:12
TA貢獻(xiàn)1854條經(jīng)驗(yàn) 獲得超8個(gè)贊
<Button
android:id="@+id/button_updata"
android:background="@drawable/a2d5baa5af9415ee64437abd0eefe9e7"//圖片格式為(PNG, JPEG, or GIF),@drawable是位置,我想大家都應(yīng)該知道
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:text="Button"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
舉報(bào)