Reputation: 31
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
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
Reputation: 9113
So just create a custom View and then calculate where to put those letters, what's stopping you there?
Upvotes: 0