将自定义字体设置为Dialog Preferences

时间:2014-02-26 10:42:17

标签: android typeface dialog-preference

我创建了自定义对话框,以获取用户的输入,扩展 DialogPreferences 类进行设置。我需要使用字体更改对话框和外部字体中使用的字体。我使用以下代码将字体设置为按摩。但我无法设置标题,因为我找不到标题视图也按钮(标题和按钮的ID)。

      Text View message = (Text View)view.findViewById(android.R.id.message);
      message.setTypeface(font);

我该怎么做? 谢谢。

0 个答案:

没有答案