Gergely Kőrössy
Gergely Kőrössy
This is definitely a material bug as there seems to be no way of setting different padding values for the sheet and the content. This greatly affects the transparent navigation...
Any news about this?
Any news? Having the same problem.
@DreaminginCodeZH `SeekBarPreference` is already available both in the official lib and the fixed lib as well.
Isn't it the `DropDownPreference`? Because it looks like that.
Well, the DatePickerPreference and TimePickerPreference are almost done, I had to port the entire framework version of the picker dialogs to show material themed pickers (I know about the separate...
The 3 new preference types are now available on jCenter. [`RingtonePreference`](https://github.com/Gericop/Android-Support-Preference-V7-Fix/wiki/Preference-types#ringtonepreference): ```gradle compile 'com.takisoft.fix:preference-v7-ringtone:26.0.2.0' ``` [`DatePickerPreference`](https://github.com/Gericop/Android-Support-Preference-V7-Fix/wiki/Preference-types#datepickerpreference) and [`TimePickerPreference`](https://github.com/Gericop/Android-Support-Preference-V7-Fix/wiki/Preference-types#timepickerpreference): ```gradle compile 'com.takisoft.fix:preference-v7-datetimepicker:26.0.2.0' ```
@DreaminginCodeZH I'll look into it. I'm finishing the `ColorPickerPreference` now, then check out what's needed for the simple menus.
The funny thing is that `DropDownPreference` has everything basically to implement this (so Google could have / should have done it), but the most important part (the item measuring) is...
@opus1269 Yeah, it is currently undocumented, but you can add custom `DialogPreference` implementations by extending `DialogPreference` for the preference and `PreferenceDialogFragmentCompat` for the dialog, and adding the class references using...