How to set property \"android:drawableTop\" of a button at runtime
android:drawableTop
Button button = (Button) findViewById(R.id.button); button.setCompoundDrawables(left, top, right, bottom);