Skip to content

Commit

Permalink
update 更改资源名及样式微调
Browse files Browse the repository at this point in the history
  • Loading branch information
youlookwhat committed Nov 7, 2019
1 parent 8d666cb commit d4aa029
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
android:id="@+id/pb_progress"
android:layout_width="@dimen/by_progress_width_height"
android:layout_height="@dimen/by_progress_width_height"
android:indeterminateDrawable="@drawable/progress_rotate" />
android:indeterminateDrawable="@drawable/by_progress_rotate" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/by_load_more_simple_margin"
android:layout_marginLeft="@dimen/by_load_more_simple_margin"
android:text="@string/by_footer_loading" />
android:text="@string/by_footer_loading"
android:textColor="@color/by_footer_text_loading" />
</LinearLayout>

<TextView
Expand Down
4 changes: 2 additions & 2 deletions ByRecyclerview/src/main/res/layout/simple_by_refresh_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
android:layout_marginRight="@dimen/by_refresh_simple_margin"
android:layout_toStartOf="@id/tv_refresh_tip"
android:layout_toLeftOf="@id/tv_refresh_tip"
android:indeterminateDrawable="@drawable/progress_rotate"
android:indeterminateDrawable="@drawable/by_progress_rotate"
android:visibility="gone"
tools:visibility="visible" />

Expand All @@ -42,7 +42,7 @@
android:layout_toStartOf="@id/tv_refresh_tip"
android:layout_toLeftOf="@id/tv_refresh_tip"
android:contentDescription="@null"
android:src="@drawable/header_refresh_arrow" />
android:src="@drawable/by_refresh_arrow" />

</RelativeLayout>

Expand Down
1 change: 1 addition & 0 deletions ByRecyclerview/src/main/res/values/values.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
<dimen name="by_load_more_simple_margin">10dp</dimen>
<dimen name="by_progress_width_height">18dp</dimen>

<color name="by_footer_text_loading">#333333</color>
</resources>

0 comments on commit d4aa029

Please sign in to comment.