2012-10-02 72 views

回答

62
TextView textView = (TextView)findViewById(R.id.myTxtView); 
textView.setCompoundDrawablesWithIntrinsicBounds(
    R.drawable.icon, //left 
    0, //top 
    0, //right 
    0);//bottom 
+1

完美!感謝您的及時答覆。 –

+0

歡迎 –

+1

好的答案,但我的應用程序必須支持從左到右的語言,所以我需要使用開始而不是左側,請你幫助我。 – MoHaKa

相關問題