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

How can I implement a "in-line" EditText Preference? #170

Closed byamba3 closed 6 years ago

byamba3 commented 6 years ago

I am looking to implement an in-line EditTextPreference that looks just like a normal EditText and has no dialog.

I tried it on the original non support library Preference and encountered some random cursor/keyboard bugs. I am wondering if anyone can provide me guidance on implementing it with this library?

byamba3 commented 6 years ago

Fixed. The issues were fixed in support libraries. Works fine.