|
|
@@ -4,30 +4,39 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/ad_skip"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="end"
|
|
|
- android:layout_margin="@dimen/content_padding_20"
|
|
|
- android:background="@drawable/shape_ash_solid_rectangle_small"
|
|
|
- android:paddingBottom="2dp"
|
|
|
- android:paddingEnd="@dimen/content_padding_15"
|
|
|
- android:paddingStart="@dimen/content_padding_15"
|
|
|
- android:paddingTop="2dp"
|
|
|
- android:text="跳过"
|
|
|
- android:textColor="#918F8F"
|
|
|
- android:textSize="14sp" />
|
|
|
- <ImageView
|
|
|
- android:id="@+id/ad_iv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:adjustViewBounds="true"
|
|
|
- android:scaleType="fitXY"/>
|
|
|
- <VideoView
|
|
|
- android:id="@+id/ad_video_view"
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/dialog_rl"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="300dp" />
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/ad_iv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:adjustViewBounds="true"
|
|
|
+ android:scaleType="fitXY" />
|
|
|
+
|
|
|
+ <VideoView
|
|
|
+ android:id="@+id/ad_video_view"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="300dp" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/ad_skip"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_margin="@dimen/content_padding_10"
|
|
|
+ android:background="@drawable/shape_ash_solid_rectangle_small"
|
|
|
+ android:paddingBottom="2dp"
|
|
|
+ android:paddingEnd="@dimen/content_padding_15"
|
|
|
+ android:paddingStart="@dimen/content_padding_15"
|
|
|
+ android:paddingTop="2dp"
|
|
|
+ android:text="跳过"
|
|
|
+ android:textColor="#918F8F"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/ad_msg"
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -39,20 +48,4 @@
|
|
|
android:textColor="#939393"
|
|
|
android:textSize="13sp" />
|
|
|
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/know_ad_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="end"
|
|
|
- android:layout_margin="@dimen/content_padding_20"
|
|
|
- android:background="@drawable/shape_ash_solid_rectangle_small"
|
|
|
- android:paddingBottom="2dp"
|
|
|
- android:paddingEnd="@dimen/content_padding_15"
|
|
|
- android:paddingStart="@dimen/content_padding_15"
|
|
|
- android:paddingTop="2dp"
|
|
|
- android:text="查看详情"
|
|
|
- android:textColor="#918F8F"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
</LinearLayout>
|