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 を Android に配置すると、白いボックスが表示されます。ボタンの後ろにあるこのボックスを削除するにはどうすればよいですか?
デフォルトの背景かもしれません。android:background属性を透明に設定してみてください。
android:background
android:background="@android:color/transparent"