AndroidWidgets icon indicating copy to clipboard operation
AndroidWidgets copied to clipboard

Custom Android widgets used in cardiomood.com projects

Results 16 AndroidWidgets issues
Sort by recently updated
recently updated
newest added

Hello i wounder if its possible to change the black color ? Thanks

Having issues building due to the old version of gradle. Please upgrade to latest version as the current version of gradle being used in the app is deprecated and will...

Hello I want to use gauge to signal strenght of WIFI so your code can accept negative values?

Run the app on Android 7 and device Samsung Galaxy S6. Give below errors. Please suggest solution. Fatal Exception: java.lang.OutOfMemoryError: Failed to allocate a 2822700 byte allocation with 556160 free...

![speedo meter](https://user-images.githubusercontent.com/16270049/31235025-ca9c1960-aa09-11e7-846f-04acba04c1da.PNG)

From Readme: ``` // Add label converter speedometer.setLabelConverter(new SpeedometerView.LabelConverter() { @Override public String getLabelFor(double progress, double maxProgress) { return String.valueOf((int) Math.round(progress)); } }); ``` I guess it should be` new...

Hey how to number the ticks of the Guage with this library?

Hi @ntoskrnl I used your library which is very useful to my requirement, But i am stucking how to draw needle as a triangle shape. How to convert needle draw...