gregkorossy / Android-Support-Preference-V7-Fix

Android androidx.preference support library has some issues, this lib tries to fix them.
https://discord.gg/87NVsSK
Apache License 2.0
497 stars 46 forks source link

Can't use Layout Creator with library #74

Closed NovaViper closed 7 years ago

NovaViper commented 7 years ago

I've been having trouble using the library as it makes it impossible to drag-n-drop the elements from the menu, I can't change the theme of the layout either. The bug goes away when I switch the default library (without the back support)

gregkorossy commented 7 years ago

It's probably because the layout editor is designed for the framework implementation instead of the support one, so there's nothing I can do about it. One workaround would be to create the desired layout in a different project and just copy the XML over. Note, however, that you cannot use certain preference types, such as RingtonePreference.

NovaViper commented 7 years ago

Awh.. I really find it useful to use AS's Layout designer. Do you have any recommendations for an alternative designer for Android?

NovaViper commented 7 years ago

Ah ha! I have discovered that it is MineTweaker/CraftTweaker! https://gist.github.com/NovaViper/bf83517c4586866b815c302deb5cc7ab

I will send this issue over to the developers of CraftTweaker