Jump to content

Check boxes


Guest Angelcho

Recommended Posts

Guest gellmar

Looks like I have a guess (for now just a guess not a clue) about the reason of check box problem.

First let's check the types of assets rendered incorrectly - check box, radio button, button. Now check the files in https://github.com/CyanogenMod/android_external_webkit/tree/ics/Source/WebKit/android

Looks like web kit can not find appropriate assets.

Link to comment
Share on other sites

Guest gellmar

I checked my guess on checkboxes and it was right! The absence of files btn_check_on_holo.png / btn_check_off_holo.png / btn_radio_on_holo.png / btn_radio_off_holo.png inside frameworks/base/core/res/res/drawable-ldpi makes this bug. I placed the missing files, recompiled framework-res.apk and I got the checkboxes in Browser. But I definitely need bigger images because the ones I replaced look ugly on some sites.

post-994615-0-89594000-1364893931.png

post-994615-0-63079000-1364893936.png

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.