How to set property \"android:drawableTop\" of a button at runtime
android:drawableTop
Drawable top = getResources().getDrawable(R.drawable.image); button.setCompoundDrawablesWithIntrinsicBounds(null, top , null, null);