Skip to content

Commit

Permalink
Merge branch 'feature/BDBD-525' into stage/sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
minseonglove committed Feb 12, 2023
2 parents 2321e6b + cec6965 commit 9ca4217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion presentation/src/main/res/layout/fragment_album_select.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_album_select"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="0dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/toolbar_album_select"
app:layout_constraintBottom_toBottomOf="parent"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem="@layout/recycler_album_select"/>
</androidx.constraintlayout.widget.ConstraintLayout>
Expand Down

0 comments on commit 9ca4217

Please sign in to comment.