12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="utf-8"?>
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <com.edufound.reader.cusview.RvListJzvdStd
- android:id="@+id/slidevideo_video"
- android:layout_width="match_parent"
- android:layout_height="match_parent"></com.edufound.reader.cusview.RvListJzvdStd>
- <FrameLayout
- android:id="@+id/adapter_item_slidevideo_danmu_bg"
- android:layout_width="match_parent"
- android:layout_height="120dp"
- android:clickable="false"
- android:focusable="false"></FrameLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="50dp"
- android:layout_marginLeft="40dp"
- android:layout_marginTop="34dp"
- android:layout_marginRight="40dp">
- <HorizontalScrollView
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:layout_weight="10"
- android:orientation="horizontal"
- android:scrollbars="none">
- <LinearLayout
- android:id="@+id/slidevideo_video_marqueen"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:divider="@drawable/fragment_user_info_divider"
- android:orientation="horizontal"
- android:showDividers="middle"></LinearLayout>
- </HorizontalScrollView>
- <Switch
- android:id="@+id/slidevideo_video_switch"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:layout_weight="2"
- android:checked="true"
- android:gravity="center"
- android:switchMinWidth="40dp"
- android:switchPadding="15dp"
- android:text="弹幕"
- android:textColor="@color/black"
- android:textSize="25dp"
- android:thumb="@drawable/switch_thumb"
- android:track="@drawable/slidevideo_switch_track_selector" />
- </LinearLayout>
- <FrameLayout
- android:id="@+id/adapter_item_slidevideo_event_frame"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="invisible"></FrameLayout>
- <FrameLayout
- android:id="@+id/adapter_item_slidevideo_tagLayout"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
- </FrameLayout>
- </FrameLayout>
|