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

Show input method no longer working #185

Open Mygod opened 6 years ago

Mygod commented 6 years ago

Tested with demo app on Android 9.

        androidxVersion = '1.0.0'
        libVersion = '1.0.0'
RocketRider commented 5 years ago

I see the same issue: android:inputType="textPassword" and android:numeric="integer" are not working anymore.