Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Component used:
androidx.preference:preference-ktx
/androidx.preference:preference
Version used: 1.2.1 Devices/Android versions reproduced on: allIf this is a bug in the library, we would appreciate if you could attach:
Steps to reproduce:
LinearLayout
with any content inside.PreferenceFragmentList.Material
style.android:paddingStart
andandroid:paddingEnd
to 16dp (any value different than 0 repro the issue).Expected result:
Current behavior:
Observations/research
The issue was observed after upgrading the preference library from v1.0.0 to the latest v1.2.1
After a quick research, I found that several Styles were changed:
It seems that now the
android:paddingLeft
and theandroid:paddingRight
take preference over theandroid:paddingStart
andandroid:paddingEnd