gpt4 book ai didi

android - 不能在 Dialog 类中使用 getAsset()

转载 作者:行者123 更新时间:2023-11-29 14:39:50 24 4
gpt4 key购买 nike

public class Class_UniversityDialog extends Dialog {

public Class_UniversityDialog(Context context) {
super(context);
}

protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.layout_university_info);

Typeface face = Typeface.createFromAsset(getAssets(), "tahoma.ttf");
//To Layout Topic persian
TextView txt_Title = (TextView) findViewById(R.id.lbl_LayoutTopic);
txt_Title.setTypeface(face);
String newText = (String) txt_Title.getText().toString();
txt_Title.setText(PersianReshape.reshape(newText));
}

}

在我的代码中,eclipse 说 getAssets() :“方法 getAssets() 未为 Class_UniversityDialog 类型定义”

我该如何解决这个问题?

最佳答案

关于android - 不能在 Dialog 类中使用 getAsset(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13863224/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com