gpt4 book ai didi

android - 列表项中的动画

转载 作者:行者123 更新时间:2023-11-29 14:17:23 24 4
gpt4 key购买 nike

如何在点击时为 ListView 行项目设置动画。我想当我点击列表项时,另一个带有一些按钮的列表项 View 应该在那个特定的列表项上动画。这可能吗?

最佳答案

ListView list = (ListView)findViewById(R.id.yourlistview);
lv.setOnItemClickListener(new OnItemClickListener() {

@Override
public void onItemClick(AdapterView<?> arg0, View arg1, int arg2,
long arg3) {
// write your animation code here
// apply animation to the layout on which you
// want the animation to happen
}
}

关于android - 列表项中的动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17021280/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com