File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed
lib/java/com/google/android/material Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 2424 <public name =" indicatorTrackGapSize" type =" attr" />
2525 <public name =" showAnimationBehavior" type =" attr" />
2626 <public name =" hideAnimationBehavior" type =" attr" />
27- <public name =" showDelay" type =" attr" />
28- <public name =" minHideDelay" type =" attr" />
2927 <public name =" wavelength" type =" attr" />
3028 <public name =" wavelengthDeterminate" type =" attr" />
3129 <public name =" wavelengthIndeterminate" type =" attr" />
Original file line number Diff line number Diff line change 7777 once show() is called. If set to zero or negative values (-1 as default),
7878 the show action will start immediately.
7979 -->
80- <attr name =" showDelay" format = " integer " />
80+ <attr name =" showDelay" />
8181 <!--
8282 The minimum time, in milliseconds, that the requested hide action will
8383 wait to start once show action is started. If set to zero or negative
8484 values (-1 as default), the requested hide action will start immediately.
8585 This value is capped to a limit defined in ProgressIndicator class.
8686 -->
87- <attr name =" minHideDelay" format = " integer " />
87+ <attr name =" minHideDelay" />
8888 <!--
8989 The size of the gap between the progress indicator and track.
9090 -->
Original file line number Diff line number Diff line change 4444 <!-- ProgressIndicator and LoadingIndicator -->
4545 <public name =" indicatorColor" type =" attr" />
4646 <public name =" indicatorSize" type =" attr" />
47+ <public name =" showDelay" type =" attr" />
48+ <public name =" minHideDelay" type =" attr" />
4749
4850 <!-- Button Group and Overflow Linear Layout -->
4951 <public name =" layout_overflowIcon" type =" attr" />
Original file line number Diff line number Diff line change 4343 <!-- ProgressIndicator and LoadingIndicator -->
4444 <attr name =" indicatorColor" format =" color|reference" />
4545 <attr name =" indicatorSize" format =" dimension" />
46+ <!--
47+ The time, in milliseconds, that the progress/loading indicator will wait
48+ to show once show() is called. If set to zero or negative values (-1 as
49+ default), the show action will start immediately.
50+ -->
51+ <attr name =" showDelay" format =" integer" />
52+ <!--
53+ The minimum time, in milliseconds, that the requested hide action will
54+ wait to start once show action is started. If set to zero or negative
55+ values (-1 as default), the requested hide action will start immediately.
56+ This value is capped to a limit defined in ProgressIndicator or
57+ LoadingIndicator class.
58+ -->
59+ <attr name =" minHideDelay" format =" integer" />
4660
4761 <!-- Button Group and Overflow Linear Layout -->
4862 <!-- The icon of the overflow menu item. -->
You can’t perform that action at this time.
0 commit comments