【问题标题】:SwipeRefreshLayout swipe down scrollview with progress barSwipeRefreshLayout 使用进度条向下滑动滚动视图
【发布时间】:2020-04-24 00:19:11
【问题描述】:
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <ScrollView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content">

        /*
        Something......
        */

    </ScrollView>

</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

我想用进度条向下滑动我的滚动视图。 就像左边的一样。 我怎样才能做到这一点 ?

【问题讨论】:

    标签: java android android-studio swiperefreshlayout


    【解决方案1】:

    我很确定您可以将 androidx.swiperefreshlayout.widget.SwipeRefreshLayout 放在 ScrollView 内

    【讨论】:

      猜你喜欢
      • 2014-07-28
      • 1970-01-01
      • 2014-11-23
      • 1970-01-01
      • 2018-11-08
      • 1970-01-01
      • 1970-01-01
      • 2015-11-07
      • 2015-01-10
      相关资源
      最近更新 更多