Moneeb Ahmed
Moneeb Ahmed

Reputation: 31

how to show alphabets in circular view Android

I want my text view fields to show in circular form. Each Text View contains a letter

I want my output like this

                   A R
                 B     C
                 K     M
                   W P

Upvotes: 2

Views: 155

Answers (2)

shriakhilc
shriakhilc

Reputation: 3000

You can find libraries like andreilisun/Circular-Layout by searching online. After that, it's your choice whether to import them into your project, or to use them as reference and implement your own custom views.

Upvotes: 1

Marian Paździoch
Marian Paździoch

Reputation: 9113

So just create a custom View and then calculate where to put those letters, what's stopping you there?

Upvotes: 0

Related Questions