ColorArcProgressBar icon indicating copy to clipboard operation
ColorArcProgressBar copied to clipboard

Reused size of a bar

Open sonukushwah221 opened this issue 7 years ago • 1 comments

            <com.shinelw.library.ColorArcProgressBar
                android:layout_width="96dp"
                android:layout_height="96dp"
                android:id="@+id/bar1"
                app:is_need_content="true"
                app:front_color1="#69cbd2"
                app:front_color2="#7eb6e2"
                app:front_color3="#989df7"
                android:layout_weight="0.5"
                app:max_value="100"
                app:back_width="2dp"
                app:front_width="10dp"
                android:background="#000fff"
                app:total_engle="270"
                app:is_need_unit="true"
                app:string_unit="bar1"
                app:is_need_title="true"
                app:string_title="titile"
                app:back_color="@android:color/darker_gray"
                />

There is no element is present for reducing the size of progress bar ,, the height and width element is not working for that

sonukushwah221 avatar Jul 13 '17 12:07 sonukushwah221

yeah true!! the library is completely useless without it

deepanshib avatar Jul 01 '18 09:07 deepanshib