avast / android-butterknife-zelezny

Android Studio plug-in for generating ButterKnife injections from selected layout XML.
Apache License 2.0
3.38k stars 413 forks source link

Butterknife plugin window not showing text fields properly in 4k resolution screen #135

Open anzana opened 7 years ago

anzana commented 7 years ago

I am trying to use Butterknife Plugin in Android Studio 2.3. Installed plugin, but when I choose Generate Butterknife Injection, the next window that appears has problem with the fields on the form and the buttons. How can I fix this? butterknife

ursimon commented 7 years ago

got the same issue on Windows; not an issue on OSX

makes it hardly usable on 4k displays

ursimon commented 7 years ago

so I've forked the project and tried to fix the issue after reading this thread on stackoverflow and it looks I've been able to fix the issue:

android-zelezny-high-res

but before submitting pull request I want to make sure I haven't broke anything on OSX, so until I'll test it properly then here is patched current version you may install (and use on your own risk) via Install Plugin from disk...

download patched jar

fcq599301283 commented 6 years ago

I get the same issue,so how to solve it .....