Guest gellmar Posted March 31, 2013 Report Posted March 31, 2013 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.
Guest gellmar Posted April 2, 2013 Report Posted April 2, 2013 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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now