gpt4 book ai didi

java - 如何更改外部类?

转载 作者:太空宇宙 更新时间:2023-11-04 14:15:48 24 4
gpt4 key购买 nike

我正在尝试从我的 android 项目中的外部 appCompat 库更改 SwipeRefreshLayout 类。但是,当我更改值或向此类添加新方法时,我在项目中看不到这些更改。

我已经刷新并重建了项目。

有谁知道我如何才能看到我所做的更改?

最佳答案

我认为您不应该直接编辑支持库。

只需创建自己的类..?

import android.support.v4.widget.SwipeRefreshLayout;

public class MySwipeLayout extends SwipeRefreshLayout {

... // custom methods

@Override
... // SwipeRefreshLayout method to override

}

关于java - 如何更改外部类?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27765520/

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