Restore wrap_content for album rail.
This commit is contained in:
parent
fc3db538bc
commit
c6d38600ec
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/media_preview_album_rail"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="11dp"
|
||||
|
|
Loading…
Add table
Reference in a new issue