shijingsh / react-native-customized-image-picker

iOS/Android image picker with support for camera, video compression, multiple images and cropping
245 stars 59 forks source link

Change size of button Checked Image. #28

Closed ducpt2 closed 4 years ago

ducpt2 commented 6 years ago

I wonder can we change size of button Checked/Uncheck on image? I want it bigger, then user can chose image easily.

Thank you so much.

liukefu2050 commented 6 years ago

have already been solved some setting to see readme

   <style name="gallery_checkBox" parent="@android:style/Widget.CompoundButton.CheckBox">
       <item name="android:scaleX">1.5</item>
       <item name="android:scaleY">1.5</item>
   </style>
liukefu2050 commented 6 years ago

There are some bug in the 41 version,and the problem has been resolved. If there are other questions, please let me know.

ducpt2 commented 6 years ago

@liukefu2050 Thank you.