Fix padding in RecyclerViews (#1148)

This commit is contained in:
Andy Bao
2018-01-06 12:50:40 -05:00
committed by inorichi
parent ac88f1c146
commit fe7001975a
5 changed files with 8 additions and 4 deletions

View File

@@ -9,8 +9,9 @@
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="4dp"
android:layout_marginTop="4dp"
android:paddingBottom="4dp"
android:paddingTop="4dp"
android:clipToPadding="false"
tools:listitem="@layout/recently_read_item">
</android.support.v7.widget.RecyclerView>