Ranjit
Ranjit

Reputation: 5150

Design Circular Layout Button or TextView

Can any one help me to understand the below design. Its something like a bunch of (9 including the center one) textviews with onclick feature. Text should be change dynamically which is pretty easy. But the main problem is the design i.e how to put all textviews in this flower pattern, so it will look like the below pic. I have tried a little, seems like I have to understand it before start design. Can any one help me here.

enter image description here

Upvotes: 0

Views: 189

Answers (1)

sushildlh
sushildlh

Reputation: 9056

have look on this links may be it help you ...........

duplicate of :-Buttons in a circle formation

OR

dublicate of :-Android Layout views rotated and spaced around a circle?

OR

use this libarary:-https://github.com/sababado/CircularView

Last one is too easy............

enjoy coding..............

Upvotes: 3

Related Questions