Maxr1998 / ModernAndroidPreferences

Android Preferences defined through Kotlin DSL, shown in a RecyclerView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to show multiline preference titles

8bitPit opened this issue · comments

Right now, preference titles can get cut off pretty quickly if the user set their display or font size to 'large', especially switch preference titles (see screenshot below). Note: Preferences are padded with (2x) 8dp horizontal padding.
image

Implemented in 1.1.0-beta1. It can be configured through Preference.Config now.