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,119 +29,119 @@ ...@@ -30,119 +29,119 @@
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"-->
<!--android:id="@+id/ll_content"--> <!--android:id="@+id/ll_content"-->
<!--android:layout_width="match_parent"--> <!--android:layout_width="match_parent"-->
<!--android:layout_height="match_parent"--> <!--android:layout_height="match_parent"-->
<!--android:gravity="center">--> <!--android:gravity="center">-->
<android.support.v7.widget.CardView <android.support.v7.widget.CardView
android:id="@+id/ll_bill_content" android:id="@+id/ll_bill_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
app:cardCornerRadius="5dp">
<LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:orientation="vertical">
app:cardCornerRadius="5dp">
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/bg_bill" />
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical"> android:layout_marginTop="@dimen/size_20"
android:layout_marginBottom="@dimen/size_15"
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/bg_bill" />
<LinearLayout <com.base.utils.ui.image.round.RoundImageView
android:id="@+id/ring_header"
android:layout_width="@dimen/size_50"
android:layout_height="@dimen/size_50"
android:layout_marginLeft="@dimen/size_10" />
android:layout_width="match_parent" <LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/size_20" android:layout_marginLeft="@dimen/size_5"
android:layout_marginBottom="@dimen/size_15" android:orientation="vertical">
android:gravity="center_vertical"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_phone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="155****5918"
android:textColor="@color/colorMain"
android:textSize="@dimen/text_18" />
<com.base.utils.ui.image.round.RoundImageView <TextView
android:id="@+id/ring_header"
android:layout_width="@dimen/size_50"
android:layout_height="@dimen/size_50"
android:layout_marginLeft="@dimen/size_10" />
<LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/size_5" android:layout_marginTop="3dp"
android:orientation="vertical"> android:text="邀请你一起参加"
android:textColor="@color/text_Gray"
<TextView android:textSize="@dimen/sp_12" />
android:id="@+id/tv_phone" </LinearLayout>
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="155****5918" <LinearLayout
android:textColor="@color/colorMain" android:layout_width="0dp"
android:textSize="@dimen/text_18" /> android:layout_height="wrap_content"
android:layout_gravity="right"
<TextView android:layout_marginRight="17dp"
android:layout_width="wrap_content" android:layout_weight="1"
android:layout_height="wrap_content" android:gravity="right|center_vertical"
android:layout_marginTop="3dp" android:orientation="vertical">
android:text="邀请你一起参加"
android:textColor="@color/text_Gray" <ImageView
android:textSize="@dimen/sp_12" /> android:id="@+id/img_qrcode"
</LinearLayout> android:layout_width="@dimen/size_80"
android:layout_height="@dimen/size_80"
android:src="@drawable/icon_share_wx" />
<LinearLayout
android:layout_width="0dp" <TextView
android:layout_width="@dimen/size_80"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="right" android:layout_marginTop="@dimen/size_8"
android:layout_marginRight="17dp" android:gravity="center"
android:layout_weight="1" android:text="长按领奖励"
android:gravity="right|center_vertical" android:textColor="@color/colorMain"
android:orientation="vertical"> android:textSize="@dimen/sp_12" />
<ImageView
android:id="@+id/img_qrcode"
android:layout_width="@dimen/size_80"
android:layout_height="@dimen/size_80"
android:src="@drawable/icon_share_wx" />
<TextView
android:layout_width="@dimen/size_80"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/size_8"
android:gravity="center"
android:text="长按领奖励"
android:textColor="@color/colorMain"
android:textSize="@dimen/sp_12" />
</LinearLayout>
</LinearLayout> </LinearLayout>
<include layout="@layout/common_line" /> </LinearLayout>
<ImageView <include layout="@layout/common_line" />
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/size_10"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:src="@drawable/icon_reative_bill" />
</LinearLayout> <ImageView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/size_10"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:src="@drawable/icon_reative_bill" />
</LinearLayout>
</android.support.v7.widget.CardView> </android.support.v7.widget.CardView>
<!--</LinearLayout>--> <!--</LinearLayout>-->
</ScrollView> </ScrollView>
......
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