|
|
@@ -2,7 +2,8 @@
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:background="@color/bg_gray">
|
|
|
|
|
|
<include
|
|
|
layout="@layout/title"/>
|
|
|
@@ -13,17 +14,25 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
- <ImageView
|
|
|
- android:id="@+id/phone_iv"
|
|
|
- android:layout_width="140dp"
|
|
|
- android:layout_height="140dp"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:layout_marginLeft="100dp"
|
|
|
- android:layout_marginRight="100dp"
|
|
|
- android:src="@mipmap/no_bind_phone"
|
|
|
- android:layout_marginTop="35dp"
|
|
|
- android:layout_marginBottom="5dp"/>
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:background="@color/white">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/phone_iv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:minWidth="@dimen/content_padding_140"
|
|
|
+ android:minHeight="@dimen/content_padding_140"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
+ android:layout_marginLeft="100dp"
|
|
|
+ android:layout_marginRight="100dp"
|
|
|
+ android:src="@mipmap/no_bind_phone"
|
|
|
+ android:layout_marginTop="35dp"
|
|
|
+ android:layout_marginBottom="5dp"/>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/phone_tip_tv"
|