mmoamenn / LuckyWheel_Android

A custom component that displays a lucky wheel. it ⁠ features easy customize of colors, addition of items and it's very trivial to integrate in your application.
MIT License
127 stars 55 forks source link

Please add properties to customize text in wheel #35

Open Pratik-GoBillion opened 2 years ago

Pratik-GoBillion commented 2 years ago

please add more text properties like color, size to customize text in wheel

below pull request seems to have fixes to change text size if it can be reviewed and merged please https://github.com/mmoamenn/LuckyWheel_Android/pull/27

JeffLin36953695 commented 2 years ago

bellow are the steps to customize text size:

1.add maven { url 'https://jitpack.io' } at settings.gradle 2.add implementation 'com.github.alirezaafkar:LuckyWheel_Android:0.5.0' at build.gradle in dependencies 3.go to layout.xml and create a LuckyWheel View 4.use app:text_size to set the text size