Skip to content

Commit 4d49bd3

Browse files
Remove padding from RecyclerView in Android Studio fragment
1 parent 4b7af41 commit 4d49bd3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/src/main/res/layout/fragment_android_studio.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
33
android:id="@+id/lessons_list"
44
android:layout_width="match_parent"
5-
android:layout_height="match_parent"
6-
android:paddingTop="8dp"
7-
android:paddingBottom="8dp" />
5+
android:layout_height="match_parent" />

0 commit comments

Comments
 (0)