André Luiz Reis

Results 7 comments of André Luiz Reis

@OJIer3 Thank so much for your help. It worked for me.

@qihongbo Thank you. It helped me.

@Gericop I updated the library as you recommended previously. However, Android Studio is not finding the @style/PreferenceFixTheme on my style.xml file. Do you know about this problem? `@style/PreferenceFixTheme.Light.DarkActionBar not found.`

@Gericop , I changed the theme to `Theme.AppCompat.Light.DarkActionBar`. I am using the two imports as you commented above: `implementation 'androidx.preference:preference:1.0.0' implementation 'com.takisoft.preferencex:preferencex:1.0.0'` I continue to use the `onCreatePreferencesFix` method from...

Yes. I will do tomorrow. Thanks for helping me.

@Gericop My app is not giving that error anymore. I can run it now without crash but I don't see any difference with your fix and without it. The items...

I think I have the same problem. Canvas: trying to draw too large(115605504bytes) bitmap. Do you have any idea how can we wrap this exception? Because it's another activity that...