Android
Setting drawableLeft in a TextView
iRang1101
2014. 3. 6. 20:33
TextView
TextView textView = (TextView) findViewById(R.id.bookTitle); textView.setCompoundDrawablesWithIntrinsicBounds(R.drawable.checkmark, 0, 0, 0);
왼쪽 그림과의 간격 지정.
android:drawablePadding="2dip"