mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-11 13:11:01 +00:00
For #8545 - Change home screen recyclerView height to wrap_content
This commit is contained in:
parent
ce6dd57487
commit
630edbb709
@ -89,7 +89,7 @@
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/sessionControlRecyclerView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false"
|
||||
android:paddingVertical="16dp"
|
||||
|
Loading…
Reference in New Issue
Block a user