我使用SwipeRefreshLayout来更新我的列表。一切正常。但我不喜欢进度条。它是圆的。并携箭旋转。我见过这样的例子,其中一strip从中心移动到边缘。如何设置进度条样式?privateSwipeRefreshLayoutswipeLayout;...swipeLayout=(SwipeRefreshLayout)v.findViewById(R.id.swipe_guest_list);swipeLayout.setColorSchemeColors(Color.RED,Color.GREEN,Color.BLUE,Color.CYAN);swipeLayout.setOnR