码迷,mamicode.com
首页 > 其他好文 > 详细

LibProject使用theme无效。

时间:2015-04-07 18:57:27      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:

正常情况:

// mTxtView.setTextAppearance(context,

// R.attr.textapper);

------在lib工程中使用如上无效,解决如下-----------

// Resources.Theme theme = getContext().getTheme();

// TypedValue styleID = new TypedValue();

// if (theme.resolveAttribute(R.attr.textapper, styleID, true)) {

// mTxtView.setTextAppearance(getContext(), styleID.data);

// }

LibProject使用theme无效。

标签:

原文地址:http://www.cnblogs.com/pandans/p/4398777.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!