当前位置:  开发笔记 > Android > 正文

Textview在Android上返回null

如何解决《Textview在Android上返回null》经验,为你挑选了1个好方法。



1> Dinesh Kanna..:

将初始化更改为这样.

                @Override
                public View getInfoWindow(Marker marker) {
                    View v=getLayoutInflater().inflate(R.layout.infowindows,null);
                    tv1=(TextView)v.findViewById(R.id.tv1);
                    tv2=(TextView)v.findViewById(R.id.tv2);
                    tv3=(TextView)v.findViewById(R.id.tv3);
                    tv4=(TextView)v.findViewById(R.id.tv4);
                    listeyidoldur();
                    return  v;
                }

推荐阅读
爱唱歌的郭少文_
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有