Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アクティビティで ImageButton を使用すると、次のような背景色で表示されます。
この暗い色を取り除くにはどうすればよいですか?
使用するimageButton.setBackgroundColor(Color.TRANSPARENT);
imageButton.setBackgroundColor(Color.TRANSPARENT);
または、XML で実行する場合は、次のようにします。 android:background="@android:color/transparent"
android:background="@android:color/transparent"
PNG ファイルの背景が透明で、背景を透明にしたい場合は、画像ファイルを PNG 32 形式で保存します。