technojam / AndroidCustomView

This repository consist of some custom views and UI components for android
4 stars 31 forks source link

Fixes #27 Removed the error from MessageBox #26

Closed Nikhilkumar25 closed 3 years ago

Nikhilkumar25 commented 4 years ago

I removed the error from the messageBox (Stroke width)

noman2002 commented 4 years ago

@Nikhilkumar25 Please discuss the changes in the issue section before making a PR. Thanks!!

Nikhilkumar25 commented 4 years ago

Fix #27 sorry, in the above PR there was an error in the stroke width because it accepts float value but getDimension was not the right for that I changed it to getFloat and now its working

noman2002 commented 4 years ago

Please create a issue for that and link it with this PR.

Nikhilkumar25 commented 4 years ago

27

noman2002 commented 4 years ago

Hello @Nikhilkumar25 , please change the title to Fixes # removed the error from MessageBox . Make sure that each PR is linked to an issue. Thanks!!