Maxr1998 / ModernAndroidPreferences

Android Preferences defined through Kotlin DSL, shown in a RecyclerView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add default value for more EditTextPreference

Robotxm opened this issue · comments

Currently EditTextPreference has no option for default value. But official xml version does.

That's an oversight, I'll add a default for that preference type as well.

Fixed in 2545f51.