Skip to content

Commit

Permalink
style: loading small
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiang-gzu committed Mar 16, 2022
1 parent 4cee783 commit 4621549
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions ImagePicker/src/main/res/layout/crop_image_view.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
xmlns:tools="http://schemas.android.com/tools">

<ImageView
android:id="@+id/ImageView_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:adjustViewBounds="true"
android:scaleType="centerInside"
tools:ignore="contentDescription"/>
tools:ignore="contentDescription" />

<com.github.gzuliyujiang.imagepicker.CropOverlayView
android:id="@+id/CropOverlayView"
Expand All @@ -18,8 +18,9 @@

<ProgressBar
android:id="@+id/CropProgressBar"
style="@android:style/Widget.ProgressBar.Small"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"/>
android:layout_gravity="center" />

</merge>
2 changes: 1 addition & 1 deletion WheelPicker/src/main/res/layout/wheel_picker_linkage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<ProgressBar
android:id="@+id/wheel_picker_linkage_loading"
style="@android:style/Widget.ProgressBar"
style="@android:style/Widget.ProgressBar.Small"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
Expand Down

0 comments on commit 4621549

Please sign in to comment.