mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 14:21:08 +00:00
Fill the whole height with the list view
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user