KitKat margins and padding
pushbit opened this issue · 1 comments
pushbit commented
Just a suggestion to add the following to the UndoBarMessageKitKat
style:
<item name="android:layout_marginLeft">25dp</item>
and the following to the UndoBarButtonKitKat
style:
<item name="android:paddingRight">25dp</item>
These changes make the UndoBar look a bit more similar to the ones used in Google apps.
soarcn commented
I think you are right. I checked kitkat's UI a little bit, I think it would be better to align official look and feel. thanks for this suggestion.