Skip to content

Commit 260fe15

Browse files
committed
update 加载更多view 进度条默认色为colorAccent
1 parent 000ac13 commit 260fe15

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ByRecyclerview/src/main/res/layout/simple_by_load_more_view.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
<ProgressBar
1616
android:id="@+id/pb_progress"
1717
android:layout_width="@dimen/by_progress_width_height"
18-
android:layout_height="@dimen/by_progress_width_height"
19-
android:indeterminateDrawable="@drawable/by_progress_rotate" />
18+
android:layout_height="@dimen/by_progress_width_height" />
2019

2120
<TextView
2221
android:layout_width="wrap_content"

app/src/main/res/values/colors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--<color name="colorPrimary">#008577</color>-->
55
<!--<color name="colorPrimaryDark">#00574B</color>-->
66
<color name="colorPrimaryDark">#2483D9</color>
7-
<color name="colorAccent">#D81B60</color>
7+
<color name="colorAccent">#2483D9</color>
88
<color name="colorWhite">#ffffff</color>
99
<color name="color_c">#CCCCCC</color>
1010

0 commit comments

Comments
 (0)