|
|
@@ -1,9 +1,8 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:background="@color/oa_main"
|
|
|
- android:layout_height="match_parent">
|
|
|
-
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/oa_main">
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/top"
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -34,7 +33,6 @@
|
|
|
android:padding="8dp"
|
|
|
android:src="@drawable/setting" />
|
|
|
</RelativeLayout>
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:id="@+id/oa_range_addr_rl"
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -58,7 +56,6 @@
|
|
|
android:text="地点微调"
|
|
|
android:textColor="@color/cadetblue" />
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
<ImageView
|
|
|
android:id="@+id/signin_btn"
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -82,4 +79,12 @@
|
|
|
android:focusable="false"
|
|
|
android:longClickable="false"
|
|
|
android:minHeight="100dp" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="2px"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_above="@+id/signin_btn"
|
|
|
+ android:layout_below="@+id/top"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:background="@color/item_line" />
|
|
|
</RelativeLayout>
|