Android样式的开发:Property Animation篇
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android 的 onCreateContextMenu方法 View 参数相关的知识,希望对你有一定的参考价值。
我用了 public void onCreateContextMenu(ContextMenu conMenu, View view , ContextMenuInfo info)
tx = (TextView) view.findViewById(R.id.tx);
tx.setText("选中了.......");
这个方法,然后不知道为什么不管我选中哪个,内容都显示在我列表中的第一条中,就是为什么View获取的不是当前点击的选项,而一直是第一项呢?
以上是关于android 的 onCreateContextMenu方法 View 参数的主要内容,如果未能解决你的问题,请参考以下文章