111
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="350dp"
|
||||
android:layout_height="320dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="66dp"
|
||||
android:layout_marginTop="86dp"
|
||||
android:background="@mipmap/tip_box"
|
||||
android:gravity="center_horizontal"
|
||||
android:visibility="gone"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
@@ -20,6 +21,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="85dp"
|
||||
android:text="@string/welcome_pd"
|
||||
android:gravity="center"
|
||||
android:layout_gravity="center"
|
||||
android:textColor="#FF1A1A1A"
|
||||
android:textSize="21sp"
|
||||
android:textStyle="bold" />
|
||||
@@ -30,6 +33,7 @@
|
||||
android:layout_marginTop="14dp"
|
||||
android:text="@string/welcome_pd_tip"
|
||||
android:textColor="#FFF19DA0"
|
||||
android:visibility="gone"
|
||||
android:textSize="12sp" />
|
||||
|
||||
|
||||
@@ -48,17 +52,20 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableLeft="@mipmap/icon_love_message"
|
||||
android:drawablePadding="3dp"
|
||||
android:text="@string/do_you_like_find"
|
||||
android:textColor="#FFFFBE41"
|
||||
android:textSize="16sp"
|
||||
android:text="@string/welcome_pd_tip"
|
||||
android:layout_marginRight="25dp"
|
||||
android:layout_marginLeft="25dp"
|
||||
android:gravity="center"
|
||||
android:textColor="#FF4659"
|
||||
android:textSize="12sp"
|
||||
android:layout_marginTop="5dp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_marginTop="15dp"
|
||||
android:gravity="center"
|
||||
android:text="@string/exclusive_instructor1"
|
||||
android:textColor="#FF737373"
|
||||
@@ -67,8 +74,8 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="5dp"
|
||||
android:gravity="center"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:text="@string/exclusive_instructor2"
|
||||
android:textColor="#FF737373"
|
||||
android:textSize="10sp" />
|
||||
@@ -86,7 +93,7 @@
|
||||
android:layout_height="35dp"
|
||||
android:layout_marginStart="30dp"
|
||||
android:layout_marginEnd="30dp"
|
||||
android:layout_marginBottom="30dp"
|
||||
android:layout_marginBottom="20dp"
|
||||
android:orientation="vertical"
|
||||
app:cardBackgroundColor="#FFFFBE41"
|
||||
app:cardCornerRadius="20dp"
|
||||
@@ -114,6 +121,16 @@
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"/>
|
||||
|
||||
<ImageView android:id="@+id/to_msg"
|
||||
android:layout_width="500dp"
|
||||
android:layout_height="500dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:background="@mipmap/top_zhidao_bg" />
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginRight="30dp"
|
||||
android:layout_marginLeft="30dp"
|
||||
android:layout_marginTop="86dp"
|
||||
android:gravity="center_horizontal"/>
|
||||
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user