kofigyan / StateProgressBar

Android library to realize the various states and transitions in a ProgressBar.
1.54k stars 233 forks source link

can't set a fixed height for this view, why? #42

Closed philadelphia closed 5 years ago

kofigyan commented 5 years ago

Hi @philadelphia , use : setStateSize(float)
or <com.kofigyan.stateprogressbar.StateProgressBar android:layout_width="wrap_content" android:layout_height="wrap_content" app:spb_descriptionTopSpaceIncrementer="2dp" app:spb_stateDescriptionSize="20sp" app:spb_stateLineThickness="10dp" app:spb_stateSize="40dp" app:spb_stateTextSize="15sp" />

Please check README.MD file or wiki for further details.