I ended up creating a class for it: public class FakeBoldTextView extends TextView { public FakeBoldTextView(Context context) { super(context); ...
確定! 回上一頁