Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progess wheel radius #5

Closed
shashidhar502 opened this issue Aug 27, 2013 · 2 comments
Closed

Progess wheel radius #5

shashidhar502 opened this issue Aug 27, 2013 · 2 comments

Comments

@shashidhar502
Copy link

Hi Todd i am very much impressed with your work.
but u didnt mentioned for specific radis of the circle.
i want radius of 100dp progress circle in increment mode how to achieve it.

i dont want any rim.
i want plain circle in increment mode

@Todd-Davies
Copy link
Owner

Can you show me some code you've written?

@shashidhar502
Copy link
Author

thank you for your quick response. :)
<com.example.pg.utils.ProgressWheel
android:id="@+id/progresswheel"
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_gravity="center"
ProgressWheel:barColor="#339BB9"
ProgressWheel:barLength="0dp"
ProgressWheel:barWidth="50dp"
ProgressWheel:rimColor="#00000000"
ProgressWheel:rimWidth="50dp"
ProgressWheel:spinSpeed="6dp"
ProgressWheel:textColor="#222222"
ProgressWheel:textSize="14sp" />

it is working when width is 150dp and barwidth 50dp.
but i am not getting exact circle for 100dp radius circle.
please suggest me answer.

i have an image in my drawable i want my progress wheel shoud be equal to the my drawable(circle) size;
i have kept my progesswheel and imagview in a relative layout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants