CoolProgressViews icon indicating copy to clipboard operation
CoolProgressViews copied to clipboard

CirculerArcProgress doesn't set view when using layout_alignParentBottom

Open TechnourceAndroid opened this issue 8 years ago • 2 comments
trafficstars

<com.developers.coolprogressviews.CircleWithArcProgress
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true"
    android:layout_centerHorizontal="true"
    android:id="@+id/progress10"/>

This sets progress bar in middle of screen

TechnourceAndroid avatar Mar 16 '17 11:03 TechnourceAndroid

@technource-app Hi! But the alignment will depend on the user itself that is why I did not included the tags for alignment in the XML.

amanjeetsingh150 avatar Mar 21 '17 12:03 amanjeetsingh150

I didn't get your point @amanjeetsingh150

TechnourceAndroid avatar Mar 22 '17 05:03 TechnourceAndroid