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.
「描画可能な左」アイコンをボタンオブジェクトに追加するにはどうすればよいですか?
私はこのようなものを意味します:
Button button = new Button(); button.setDrawableLeft(R.drawable...);
android:drawableLeft属性Button.setCompoundDrawablesWithIntrinsicBounds(..)に関連する使用。
Button.setCompoundDrawablesWithIntrinsicBounds(..)