mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +00:00
Fill the whole height with the list view
This commit is contained in:
parent
a095c10a25
commit
e1a1a6344d
@ -6,7 +6,7 @@
|
|||||||
<ListView
|
<ListView
|
||||||
android:id="@+id/fragmentView"
|
android:id="@+id/fragmentView"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:background="@drawable/list_view_unselected"
|
android:background="@drawable/list_view_unselected"
|
||||||
android:fastScrollEnabled="true"
|
android:fastScrollEnabled="true"
|
||||||
android:longClickable="false"
|
android:longClickable="false"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user