|
@@ -30,7 +30,7 @@
|
|
|
android:id="@+id/tv_name"
|
|
android:id="@+id/tv_name"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="野蛮老司机"
|
|
|
|
|
|
|
+ android:text=""
|
|
|
android:layout_toRightOf="@id/iv_head"
|
|
android:layout_toRightOf="@id/iv_head"
|
|
|
style="@style/txt_style_15_black"
|
|
style="@style/txt_style_15_black"
|
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginTop="5dp"
|
|
@@ -40,7 +40,7 @@
|
|
|
android:id="@+id/tv_link_content"
|
|
android:id="@+id/tv_link_content"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@string/share_link_content"
|
|
|
|
|
|
|
+ android:text=""
|
|
|
android:layout_toRightOf="@id/iv_head"
|
|
android:layout_toRightOf="@id/iv_head"
|
|
|
android:layout_below="@id/tv_name"
|
|
android:layout_below="@id/tv_name"
|
|
|
android:layout_marginTop="3dp"
|
|
android:layout_marginTop="3dp"
|
|
@@ -86,16 +86,6 @@
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:text="@string/phone"
|
|
|
|
|
- android:layout_toRightOf="@id/iv_phone"
|
|
|
|
|
- style="@style/txt_style_15"
|
|
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
|
- />
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_phone"
|
|
android:id="@+id/tv_phone"
|
|
@@ -145,7 +135,7 @@
|
|
|
style="@style/txt_style_15"
|
|
style="@style/txt_style_15"
|
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginLeft="5dp"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
- />
|
|
|
|
|
|
|
+ android:id="@+id/textView2" />
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -158,6 +148,15 @@
|
|
|
android:drawableRight="@mipmap/x_ic_next"
|
|
android:drawableRight="@mipmap/x_ic_next"
|
|
|
android:drawablePadding="10dp"
|
|
android:drawablePadding="10dp"
|
|
|
/>
|
|
/>
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ style="@style/txt_style_15"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
|
|
+ android:layout_alignStart="@+id/textView2"
|
|
|
|
|
+ android:layout_marginBottom="40dp"
|
|
|
|
|
+ android:text="@string/phone" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -225,7 +224,7 @@
|
|
|
android:layout_marginTop="40dp"
|
|
android:layout_marginTop="40dp"
|
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginLeft="20dp"
|
|
|
android:layout_marginRight="20dp"
|
|
android:layout_marginRight="20dp"
|
|
|
- android:background="@drawable/radidius_bg_tv_blue_gray_selector"
|
|
|
|
|
|
|
+ android:background="@drawable/selector_button_full_main"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:padding="@dimen/content_padding_10"
|
|
android:padding="@dimen/content_padding_10"
|
|
|
android:text="退出登录"
|
|
android:text="退出登录"
|