调整首页直播UI间距
This commit is contained in:
parent
75d87885c0
commit
98f00304b9
@ -26,12 +26,12 @@
|
||||
android:id="@+id/banner"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:layout_marginBottom="7dp"
|
||||
app:delay_time="3000"
|
||||
app:indicator_drawable_selected="@drawable/bg_home_indicator_selected"
|
||||
app:indicator_drawable_unselected="@drawable/bg_home_indicator_unselected"
|
||||
app:indicator_height="10dp"
|
||||
app:indicator_width="10dp">
|
||||
app:indicator_height="5dp"
|
||||
app:indicator_width="5dp">
|
||||
|
||||
</com.ms.banner.Banner>
|
||||
|
||||
|
@ -203,8 +203,7 @@
|
||||
<com.yunbao.common.custom.MyRelativeLayout5
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginBottom="9dp"
|
||||
android:paddingLeft="5dp">
|
||||
android:layout_marginBottom="9dp">
|
||||
|
||||
<ViewFlipper
|
||||
android:id="@+id/viewflipper_banner"
|
||||
|
@ -30,6 +30,7 @@
|
||||
app:layout_scrollFlags="scroll|enterAlways">
|
||||
|
||||
<HorizontalScrollView
|
||||
android:layout_marginEnd="10dp"
|
||||
android:id="@+id/view_horizontal"
|
||||
android:layout_toStartOf="@id/ijiasdw"
|
||||
android:layout_width="match_parent"
|
||||
|
Loading…
Reference in New Issue
Block a user