Skip to content

Commit

Permalink
[ProgressIndicator] Fixed wrong attribute used in indeterminate mode …
Browse files Browse the repository at this point in the history
…catalog fragment.

PiperOrigin-RevId: 317296156
  • Loading branch information
pekingme authored and ymarian committed Jun 19, 2020
1 parent c5f900b commit 90e3839
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
app:indicatorColor="?attr/colorPrimary"
app:inverse="true"
app:growMode="bidirectional"
app:cornerRadius="@dimen/mtrl_progress_indicator_full_rounded_corner_radius"/>
app:indicatorCornerRadius="@dimen/mtrl_progress_indicator_full_rounded_corner_radius"/>

<TextView
android:layout_width="wrap_content"
Expand Down Expand Up @@ -107,7 +107,7 @@
app:indicatorColor="?attr/colorPrimary"
app:inverse="true"
app:growMode="bidirectional"
app:cornerRadius="@dimen/mtrl_progress_indicator_full_rounded_corner_radius"/>
app:indicatorCornerRadius="@dimen/mtrl_progress_indicator_full_rounded_corner_radius"/>
</LinearLayout>

<LinearLayout
Expand Down

0 comments on commit 90e3839

Please sign in to comment.