腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
ListView
getChildAt
(
i
)给出空
、
我试过使用list.
getChildAt
(
i
),但它给了我一个空视图。那么,我如何访问文本视图呢?R.layout.layout_id); for (int j = 0; j < list.getCount(); j++) { text.setText("Hello");
浏览 3
提问于2012-11-21
得票数 0
2
回答
为什么RecyclerView.
getChildAt
(
i
)和Recycler.getLayoutManager().
getChildAt
(
i
)返回不同的视图
、
、
当我调用RecyclerView.
getChildAt
( 1 )时,它在0位置而不是1处返回视图。当我调用RecyclerView.getLayoutManager().
getChildAt
( 1 )时,它在位置1处返回视图。 为什么会发生这种事?是否有任何方法重置索引,因此当我调用RecyclerView.
getChildAt
(1)时,它将在索引1处返回项,而不是在0位置返回项。
浏览 0
提问于2016-06-27
得票数 0
回答已采纳
1
回答
listview.
getChildAt
(
i
)返回NULL
、
listview.setSelectionFromTop(adapter.getCount()/2,mRootLayoutHeight/2);for(int
i
=listview.getFirstVisiblePosition();
i
<=listview.getLastVisiblePosition();
i
++) 视图v始终为空。
浏览 2
提问于2014-10-09
得票数 2
回答已采纳
2
回答
如何在膨胀视图上添加文本观察器
、
、
) ((LinearLayout) headerLay.
getChildAt
(
i
)).
getChildAt
(1)).
getChildAt
(0)).
getChildAt
(1)); totalfemalestu.setText(value2); totalfemalestu.setTextCo
浏览 0
提问于2017-09-13
得票数 0
2
回答
安卓-如何改变ActionBarDrawerToggle图标的大小?
我想让ActionBarDrawerToggle(汉堡)图标更大。那我该怎么办呢?
浏览 0
提问于2017-07-13
得票数 1
回答已采纳
1
回答
从主布局中访问包含的布局的所有子元素
、
、
、
下面是我在MainActivity.java中所做的尝试 Log.d(TAG, "id: " + container.
getChildAt
(
i
)); if (container.
getChildAt
(
i
) ins
浏览 1
提问于2016-12-15
得票数 0
回答已采纳
1
回答
AS3选择影片剪辑内的组合框
、
、
、
组合框包括stu1、stu2、stu3等,一直到63,并保存在allStudents MovieClip中{var newTempStudent:ComboBox = allStudents.
getChildAt
(
i
); newTempStudent.<
浏览 2
提问于2013-04-22
得票数 0
1
回答
在自定义类中添加一个舞台子类AS3
、
、
、
、
int = 0;
i
<numChildren;
i
++) //loop number of children on stage mc =
getChildAt
(
i
) as Item; m
浏览 3
提问于2015-05-20
得票数 0
回答已采纳
3
回答
如何在按下时更改选项卡的文本颜色(currentTab)?
();
i
++) { TextView t = (TextView) getTabWidget().
getChildAt
(
i</
浏览 0
提问于2011-06-15
得票数 2
回答已采纳
2
回答
如何找到左,右,上,下视图
、
、
、
、
有3 TableRows类似于ImageViews的3x3矩阵 XXX 我知道TableLayout和TableRow有一个名为
getChildAt
浏览 4
提问于2012-10-07
得票数 0
2
回答
android中的Tab主机高度
..."); RelativeLayout relativeLayout = (RelativeLayout)tabHost.getTabWidget().
getChildAt
(
i
浏览 2
提问于2011-05-04
得票数 0
3
回答
如何使标题在pagerSlidingTabstrip动态?
、
、
我试过这样做 title.setText("Posts
浏览 3
提问于2016-02-16
得票数 0
回答已采纳
1
回答
停止舞台中的所有动画
、
、
下面的代码停止主时间线: stage.
getChildAt
(0).gotoAndStop(90);但是,如果在主时间轴中有其他电影剪辑动画我试着这样阻止他们: stage.
getChildAt
(0).gotoAndStop(90); for (var
i
=0;
i
<stage.
getChildAt
(0).numChildren;
i
++)
浏览 1
提问于2017-10-23
得票数 0
1
回答
想要在Android中更改小部件的字体大小
、
、
0;
i
<tabHost.getTabWidget().getChildCount();
i
++) if(
i
==0) else if(
i
==1) tabHost.getTabWidget().
getChildAt
(
i
);else if(
i
浏览 1
提问于2015-05-23
得票数 0
1
回答
保存文本大小首选项
、
、
、
= 0;
i
< linearLayout.getChildCount();
i
++) { (prefs.edit().putFloat("textViewSize",((TextView) linearLayout.
getChildAt
(
i
)).getTextSize())).commit();
浏览 0
提问于2017-12-15
得票数 0
1
回答
基于createJS的Javascript游戏中的碰撞检测
、
、
0;
i
<stage.children.length;
i
++){ stage.
getChildAt
(
i
).st.health = stage.
getChildAt
(
i
).st.health - boss02;
浏览 11
提问于2018-08-06
得票数 0
2
回答
如何对动态声明的setImageResource进行ImageButtons?
、
LinearLayout中声明的,我想创建一个方法来在调用时更改这些ImageButtons的图像资源,而且由于我没有为这些ImageButtons预先定义in,所以我使用的是LinearLayout函数
getChildAt
(),但是
getChildAt
()不提供setImageResource(),它只提供setBackgroundResource(),这个函数不能替代旧图像,也不适合旧图像,因为它提供了背景而不是图像资源drawable) { int count = Righter.getChildCount(); /
浏览 2
提问于2014-01-20
得票数 0
回答已采纳
1
回答
我想在Android中包含几个来自xml文件的ImageViews
、
、
、
因此-我想-我可以以某种方式迭代这些ID,例如 String s = "R.id.picture" +
i
;
浏览 5
提问于2017-06-05
得票数 0
回答已采纳
2
回答
子元素
、
、
我的TableLayout中有很多行,我想访问按钮视图。示例如下: <TableRow> <Button /> <TableRow> <Button /></TableLayout>TableLayout layout=(Tab
浏览 2
提问于2016-06-10
得票数 0
回答已采纳
1
回答
当遍历LinearLayout子视图时,总是告诉我子视图是相同的
、
、
、
、
LinearLayout){ for (int
i
= 0;
i
<linearLayout.getChildCount();
i
++){ TextView someTetView
浏览 24
提问于2017-08-28
得票数 1
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
I am,I was……
I WILL WHAT I WANT
i辽i辽!微信头像
php中$i+和+$i的区别
I,Robot
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券