codelab-android-datastore icon indicating copy to clipboard operation
codelab-android-datastore copied to clipboard

[UI] RecyclerView Bottom Padding

Open forceporquillo opened this issue 3 years ago • 0 comments

This may be out of topic in the datastore sample implementation itself. But, the recyclerView part is a bit odd-looking even if the list items are already collapsed, the padding still exists.

image

On the other hand, when the list isn't fully collapsed. The padding still exists.

image

This might be a minor issue in the UI part to fix this.

android:clipToPadding="false"

forceporquillo avatar Jul 12 '21 17:07 forceporquillo