Pygmalion69 / Gauge

A Gauge View for Android
Apache License 2.0
68 stars 26 forks source link

set LowerText Programatically #2

Closed kprathap23 closed 7 years ago

kprathap23 commented 7 years ago

can u add method to set text Programatically rather than in XML Layout

Pygmalion69 commented 7 years ago

Good idea. I've added these two setters in release 1.1: void setUpperText(String text) void setLowerText(String text)

kprathap23 commented 7 years ago

Thank you. Awesome library.