Commit 0719dbf2 authored by jianglx's avatar jianglx

修改海报圆角问题

parent a3fa7278
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
android:textSize="@dimen/text_18" android:textSize="@dimen/text_18"
android:textStyle="normal" /> android:textStyle="normal" />
<include layout="@layout/common_line" /> <include layout="@layout/common_line" />
<FrameLayout <FrameLayout
...@@ -30,13 +29,13 @@ ...@@ -30,13 +29,13 @@
android:background="#55eeeeee"> android:background="#55eeeeee">
<ScrollView <ScrollView
android:scrollbars="none"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="13dp" android:layout_marginLeft="13dp"
android:layout_marginTop="@dimen/size_15" android:layout_marginTop="@dimen/size_15"
android:layout_marginRight="13dp" android:layout_marginRight="13dp"
android:layout_marginBottom="@dimen/size_70"> android:layout_marginBottom="@dimen/size_70"
android:scrollbars="none">
<!--<LinearLayout--> <!--<LinearLayout-->
<!--android:background="#55eeeeee"--> <!--android:background="#55eeeeee"-->
......
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