Android在代码中按照SP设置字体的大小

private void init(){
    	mTextView=(TextView) findViewById(R.id.textView);
    	mTextView.setTextSize(TypedValue.COMPLEX_UNIT_SP, 20);
    }

你可能感兴趣的:(Android在代码中按照SP设置字体的大小)