Closed jscti closed 8 months ago
Internally this was already possible (e.g. the slider places its content below instead of behind the texts).
The new version does expose a itemSetup
parameter to adjust some rules for each item type... E.g.:
The class looks like following:
If there is a default setup used, I suggest to copy its settings and only adjust what you need like e.g. PreferenceListDefaults.itemSetup().copy(contentPlacementBottom = true)
Perfect again, thanks alot !
Hi there
Me again ^^
Still impressed by the quality of your lib. Just a little thing could be better : the Layout used in :
where the current value of the field is displayed at the right side : I think this design is OK for tablet, but not for smartphone. When dealing with small values it's ok (number) but when value is a string, text is very quickly wrapped on the next line. Same remark when dealing with accessibility (large fonts), 2-columns layout with long text on both side isn't working
A good solution could be maybe to add an option to transform the current horizontal (row) layout in a vertical (column) layout, thus displaying this zone under the main one. It's doable by overriding PreferenceList but I think this should be a base option.
Thanks