|
@@ -117,6 +117,17 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"/>
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
|
|
+ <com.swago.room.widget.RecommendBannerView
|
|
|
|
+ android:id="@+id/videoPlayBannerView"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
|
+ android:layout_marginTop="180dp"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ tools:visibility="visible" />
|
|
|
|
+
|
|
<com.swago.room.widget.RoomWishGiftBannerView
|
|
<com.swago.room.widget.RoomWishGiftBannerView
|
|
android:id="@+id/bannerWishGift"
|
|
android:id="@+id/bannerWishGift"
|
|
android:layout_marginTop="110dp"
|
|
android:layout_marginTop="110dp"
|