Is it possible to set the margin or padding for the image which we added with the android:drawableLeft?
android:drawableLeft
textView.setCompoundDrawablesWithIntrinsicBounds(AppCompatResources.getDrawable(this,drawable),null,null,null); addressTitleView.setCompoundDrawablePadding();