腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Android LinearLayout
getChildAt
(索引)
、
、
LinearLayout
getChildAt
(index)方法始终返回子视图的第0个位置。如何通过
getChildAt
(index)在我的LinearLayout中获取剩余的子视图。
浏览 0
提问于2013-04-29
得票数 2
回答已采纳
1
回答
getChildAt
返回空
、
TAG, "Open answer: " + answerIndex); final AnswerView answerView = (AnswerView)
getChildAt
对于updateOpenAnswer的某些调用,
getChildAt
返回null,getChildCount返回0!例如,2和3为null,0,1,4,5为null。
浏览 2
提问于2013-03-13
得票数 0
2
回答
如何在膨胀视图上添加文本观察器
、
、
) ((LinearLayout) headerLay.
getChildAt
(i)).
getChildAt
(1)).
getChildAt
(0)).
getChildAt
(1)); totalfemalestu.setText(value2); totalfemalestu.setTextColor(i)).
getChi
浏览 0
提问于2017-09-13
得票数 0
1
回答
getChildAt
() InvocationTargetException
、
LinearLayout vwParentRow = (LinearLayout)v.getParent(); child.setText("Delete Clicked"); 当我按delete键时,它会显示(TextView child = (TextView) vwParentRow.
getChildAt
浏览 4
提问于2015-02-03
得票数 1
回答已采纳
1
回答
flex mobile项目中的FullScreen模式
、
、
isFull) stage.
getChildAt
(0).x = 0; stage.
getChildAt
(0).height = stage.fullScreenHeight; stage.
getChildAt
(0).y = oldY
浏览 5
提问于2013-04-22
得票数 0
回答已采纳
2
回答
在ListView中访问EditText
、
、
firstName = (EditText) details.
getChildAt
(0).findViewById(R.id.editText); work = (EditText) details.
getChildAt
(2).findViewById= (EditText) details.
getChildAt
(4).findViewById(R.id.edit
浏览 1
提问于2016-01-20
得票数 0
1
回答
标签总是调用第一个活动?
、
().
getChildAt
(1).getLayoutParams().height = 140; tabHost.getTabWidget().
getChildAt
().
getChildAt
(0).setBackgroundResource(R.drawable.hi
浏览 3
提问于2014-08-07
得票数 0
2
回答
如何突出显示单行或项目的回收视图和滚动突出显示排到屏幕顶部
、
、
、
11 -> { recyclerView.
getChildAt
17 -> { recyclerView.
getChildAt
(4).isSelected = false if (recyclerView.
getChildAt<
浏览 1
提问于2018-06-11
得票数 2
2
回答
Android可视化树信息
除了 LinearLayout) ll.
getChildAt
(0); RelativeL
浏览 0
提问于2011-03-31
得票数 0
回答已采纳
3
回答
禁用某些列的类Excel筛选- Telerik C# Winforms
、
、
、
通过为RadGridView启用类似Excel的筛选,所有列都将有一个筛选按钮。我需要禁用一些特定列的Excel-Like filtering,并隐藏该列的excel筛选按钮。这个是可能的吗?
浏览 2
提问于2017-10-09
得票数 1
回答已采纳
1
回答
一个接一个地淡出ListViews itemRows动画
、
、
、
、
(0).setBackgroundResource(R.drawable.indicator_bg_btn); mLevelslist.
getChildAt
(2).setBackgroundResource(R.drawable.indicator_bg_btn);
浏览 1
提问于2015-11-22
得票数 0
2
回答
遍历ListView时的NullPointerException
、
LinearLayout ly = (LinearLayout) findViewById(R.id.lv); { LinearLayout l2 = (LinearLayout)
浏览 0
提问于2012-05-07
得票数 0
回答已采纳
1
回答
getChildat
(D)。(儿童内部的电影剪辑)
、
for (var c:int = 0; c < childrenOnStage; c++) if (
getChildAt
(c).name ==for (var d:int = 0; d < childrenOnStage; d++) if (
getChildAt
(d).name == "ground") if (<em
浏览 1
提问于2014-04-27
得票数 0
1
回答
如何在Kotlin android中更改特定选项卡的参数
、
下面是我的代码,它不能正常工作 tabsTitles.
getChildAt
(1).visibility = GONE tabsTitles.
getChildAt
(1).width = MATCH_PARENT val onlineT
浏览 3
提问于2019-11-21
得票数 0
1
回答
在自定义类中添加一个舞台子类AS3
、
、
、
、
(i).name.substr(0,4) == "item") //if child is an item trace("Item Child is: " +
getChildAt
(i)); mc =
getChildAt
(i) as Item; mc.setItem
浏览 3
提问于2015-05-20
得票数 0
回答已采纳
3
回答
如何在按下时更改选项卡的文本颜色(currentTab)?
for(int i = 0; i<tabHost.getTabWidget().getChildCount(); i++) { tabHost.getTabWidget().
getChildAt
(i).setBackgroundColor(Color.BLACK); TextView t = (TextView) getTabWid
浏览 0
提问于2011-06-15
得票数 2
回答已采纳
1
回答
RecyclerView
getChildAt
(位置)返回空
、
但是我需要使回收视图的所有视图正常,如果我使用的
getChildAt
位置更大,那么总可见计数,它返回的是空指针异常。)); View v = reView.
getChildAt
浏览 2
提问于2016-07-20
得票数 3
回答已采纳
1
回答
从子布局获取视图-从tablerow获取视图(Android)
、
、
我不能这样做,因为视图没有
getChildAt
方法:EditText first = (EditText)layout.
getChildAt
(0);LinearLayout layout = (LinearLayout)row.
getChildAt
(j); EditTextfirst = (EditText)layout.
getChildAt
(0);
浏览 3
提问于2014-08-12
得票数 0
2
回答
android中的Tab主机高度
."); RelativeLayout relativeLayout = (RelativeLayout)tabHost.getTabWidget()()+" relativeLayout.
getChildAt
(i) &
浏览 2
提问于2011-05-04
得票数 0
2
回答
Flash动作脚本3-在玩家周围移动所有东西(平台游戏)
、
、
(b).name == "enemy" ||
getChildAt
(b).name == "enemyRed" ||
getChildAt
(b).name == "knife")") if (ground.level1Ground.hitTestPoint(
getChildAt
(c).x + 13,
getChildAt
(c).x + 13,
getChildAt
(c).y,
浏览 3
提问于2014-04-23
得票数 1
点击加载更多
相关
资讯
Android 可视化埋点方案
App 可视化埋点技术实践精要
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券