protected void onFinishInflate()
{
super.onFinishInflate();
this.mDetailsExpandedCallout = ((TextView)findViewById(2131755581));
this.mDetailsExpandedCallout.setMovementMethod(LinkMovementMethod.getInstance());
this.mDetailsExpandedBody1 = ((DetailsTextBlock)findViewById(2131755582));
this.mDetailsExpandedBody2 = ((DetailsTextBlock)findViewById(2131755583));
this.mDetailsExpandedExtras = ((ViewGroup)findViewById(2131755584));
if (Build.VERSION.SDK_INT >= 11)
{
this.mDetailsExpandedCallout.setTextIsSelectable(true);
this.mDetailsExpandedCallout.setAutoLinkMask(15);
this.mDetailsExpandedCallout.setMovementMethod(ArrowKeyMovementMethod.getInstance());
}
this.mDetailsExpandedBody1.setBodyTextIsSelectable(true);
this.mDetailsExpandedBody2.setBodyTextIsSelectable(true);
}
DetailsExpandedContainer.java 文件源码
java
阅读 59
收藏 0
点赞 0
评论 0
项目:FMTech
作者:
评论列表
文章目录