Android StudioでJavaでAndroidアプリを開発しています。
Buttonに画像を設定したいのですが、backgroundでファイルを指定しても初期の紫のままです....
どうすればよいでしょうか。できればImageButtonではなくButtonのままでお願いします。
xml
1<?xml version="1.0" encoding="utf-8"?> 2<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:app="http://schemas.android.com/apk/res-auto" 4 xmlns:tools="http://schemas.android.com/tools" 5 android:id="@+id/layout" 6 android:layout_width="match_parent" 7 android:layout_height="match_parent" 8 android:background="@drawable/tatami"> 9 10 <Button 11 android:id="@+id/bt0" 12 android:layout_width="150dp" 13 android:layout_height="150dp" 14 android:layout_marginTop="150dp" 15 android:background="@drawable/goban2" 16 android:onClick="bt_onClick" 17 android:textSize="60sp" 18 app:layout_constraintEnd_toStartOf="@+id/bt1" 19 app:layout_constraintHorizontal_bias="0.5" 20 app:layout_constraintHorizontal_chainStyle="packed" 21 app:layout_constraintStart_toStartOf="parent" 22 app:layout_constraintTop_toTopOf="parent" /> 23 24 25</androidx.constraintlayout.widget.ConstraintLayout>
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。