gregkorossy/Android-Support-Preference-V7-Fix

Edge glow effect have margin in the dialog

Closed this issue · 3 comments

I have already posted this issue here gregkorossy/ColorPicker#1 but i just realised that you don't watch this repo, so i repost it here.

Up : Google SMS app
Down : an app with this library

Is it possible to have the same behavior as the google app ?

Solution:

<RecyclerView
    android:clipToPadding="false"
    android:scrollbarStyle="outsideOverlay" />

You almost always want this when you set padding for a scrolling view, and it's just painful to see developers forgetting this as a user.

@DreaminginCodeZH This wouldn't solve the problem because the padding is on the view around the RecyclerView. Will be fixed in the next release however.

Will be released in v27.0.2.0.