| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@mipmap/b_yindao_bg"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingBottom="39dp">
- <TextView
- android:id="@+id/tv_skip"
- android:layout_width="50dp"
- android:layout_height="31dp"
- android:layout_gravity="right"
- android:layout_marginTop="20dp"
- android:layout_marginRight="16dp"
- android:background="@drawable/shape_9e9696_21dp"
- android:gravity="center"
- android:text="跳过"
- android:textColor="@color/white" />
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_marginTop="27dp"
- android:src="@mipmap/b_yindao" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <com.yihucha.hbyhc.view.BoldText
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_marginTop="21.5dp"
- android:text="消费得养老金 分享拿佣金"
- android:textColor="@color/black_333333"
- android:textSize="29sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_marginTop="3dp"
- android:text="周边商圈 吃喝玩乐"
- android:textColor="@color/black_333333"
- android:textSize="23sp" />
- </LinearLayout>
- </FrameLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="bottom"
- android:layout_marginBottom="10dp"
- android:gravity="center"
- android:orientation="horizontal">
- <View
- android:layout_width="6dp"
- android:layout_height="6dp"
- android:background="@drawable/shape_cccccc_3dp" />
- <View
- android:layout_width="8dp"
- android:layout_height="8dp"
- android:layout_marginLeft="12dp"
- android:background="@drawable/shape_fe0032_4dp" />
- <View
- android:layout_width="6dp"
- android:layout_height="6dp"
- android:layout_marginLeft="12dp"
- android:background="@drawable/shape_cccccc_3dp" />
- <View
- android:layout_width="6dp"
- android:layout_height="6dp"
- android:layout_marginLeft="12dp"
- android:background="@drawable/shape_cccccc_3dp" />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
|