Commit 66c6cada authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 8da8f97e
......@@ -22,26 +22,36 @@
android:layout_gravity="center"
android:layout_marginStart="30dp"
android:layout_marginEnd="30dp"
android:background="@drawable/shape_bg_write"
android:gravity="center"
android:orientation="vertical">
<TextView
android:id="@+id/tv_title"
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:gravity="center"
android:layout_marginBottom="10dp"
android:text="试看已结束"
android:textColor="@color/black"
android:textSize="16sp"
android:textStyle="bold" />
android:background="@mipmap/bg_detail_top2"
android:layout_gravity="center_horizontal"></FrameLayout>
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@mipmap/bg_detail_center"
android:layout_gravity="center">
<TextView
android:id="@+id/tv_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:text="试看已结束"
android:textColor="@color/color_815136"
android:textSize="20sp"
android:textStyle="bold" />
</FrameLayout>
<Button
android:id="@+id/vip"
android:layout_width="230dp"
android:layout_height="40dp"
android:layout_width="240dp"
android:layout_height="56dp"
android:layout_marginBottom="10dp"
android:background="@mipmap/bg_detail_bottom"
android:textColor="@color/white"
......@@ -58,7 +68,6 @@
android:textColor="@color/color_815136" />
</LinearLayout>
</com.duben.xixiplaylet.ui.widgets.RoundRectLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment