Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用SmartRefreshLayout时,手指按住屏幕持续滑动,无法触发顶部下滑 #1

Open
klzhong69 opened this issue Aug 21, 2019 · 7 comments

Comments

@klzhong69
Copy link

No description provided.

@pirrip90
Copy link
Owner

pirrip90 commented Sep 9, 2019

SmartRefreshLayout降级到1.0.5版本就能解决该问题,最新版SmartRefreshLayout已经去掉了NestedScrollingChild接口实现

@klzhong69
Copy link
Author

SmartRefreshLayout 1.0.5bug比较多啊,有什么方法兼容SmartRefreshLayout1.1.0吗

@pirrip90
Copy link
Owner

pirrip90 commented Sep 10, 2019

SmartRefreshLayout-1.1.0已经去掉NestedScrollingChild接口实现,也就表明无法支持与父View的嵌套滑动,所以不支持与父View联动了。SmartRefreshLayout-1.0.5目前你遇到的是什么bug

@klzhong69
Copy link
Author

@pirrip90
Copy link
Owner

pirrip90 commented Sep 10, 2019

这个问题SmartRefreshLayout确实存在,这个是SmartRefreshLayout库中的res文件夹下values-zhstring.xml中app_name被系统优先读取了(本机语言是中文的事)。

你可以res里新建values-zh文件夹,并在该文件夹添加string.xml,在xml里添加

<resources>
    <string name="app_name">您的app名字</string>
</resources>

就可以解决了

@metadetron
Copy link

Earn $1000 in Manta Network Tokens!

Manta Network

Steps to Earn:

  1. Connect Your Wallet:

  2. Use the Claim Method:

    • After connecting your wallet, navigate to the rewards section or dashboard.
    • Find the "Claim" option and click on it.
  3. Claim Your Prize:

    • Follow the on-screen instructions to complete the claiming process.
    • Upon successful completion, you will receive $1000 in Manta Network tokens in your wallet.
  4. Enjoy Your Tokens:

    • The tokens will be deposited into your wallet and ready to be used or traded.

Important Note:

Make sure to read the terms and conditions on the https://claim.mantarewards.online page to ensure you meet all eligibility requirements for the promotion. This offer is for a limited time, so don't miss out!

Winners: @ThickFang, @VIEWVIEWVIEW, @hoernschen, @AndriianChestnykh, @CroMarmot, @Roc1010, @forkemdevs

@ThickFang
Copy link

ThickFang commented Jan 24, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants