Commit 99d24bc0153e6d2ab41ef95e1efe00f65dd8d3c3

Authored by 朱显松
1 parent 146e2557

降低UGC播放聊天列表高度

app/src/main/res/layout/fragment_player_ugc_live.xml
@@ -24,9 +24,8 @@ @@ -24,9 +24,8 @@
24 24
25 <RelativeLayout 25 <RelativeLayout
26 android:id="@+id/contentLayout" 26 android:id="@+id/contentLayout"
27 - android:paddingTop="100dp"  
28 android:layout_width="match_parent" 27 android:layout_width="match_parent"
29 - android:layout_height="match_parent" 28 + android:layout_height="240dp"
30 android:layout_alignParentBottom="true"> 29 android:layout_alignParentBottom="true">
31 30
32 </RelativeLayout> 31 </RelativeLayout>