Skip to content

Commit

Permalink
style : padding, layoutManager 추가 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonHwan-Kim committed Apr 19, 2023
1 parent 48e7b68 commit 3336601
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="56dp"
tools:context=".presentation.main.HomeFragment">

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_home_github_repo"
android:id="@+id/rv_home_dog"
android:layout_width="0dp"
android:layout_height="0dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.0"
tools:listitem="@layout/item_github_repo" />
tools:listitem="@layout/item_dog" />

</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit 3336601

Please sign in to comment.