|
@@ -28,7 +28,6 @@
|
|
|
android:textSize="20sp"
|
|
|
android:textStyle="bold" />
|
|
|
</RelativeLayout>
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
@@ -37,7 +36,6 @@
|
|
|
android:layout_marginLeft="14dp"
|
|
|
android:layout_marginRight="14dp"
|
|
|
android:weightSum="1">
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
@@ -46,7 +44,6 @@
|
|
|
android:layout_marginBottom="14dp"
|
|
|
android:weightSum="4"
|
|
|
android:orientation="vertical">
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
@@ -90,7 +87,6 @@
|
|
|
android:layout_weight="0.8"
|
|
|
android:src="@drawable/ic_search_black_24dp"/ -->
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
<View
|
|
|
android:layout_width="1dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -122,7 +118,6 @@
|
|
|
android:singleLine="false"
|
|
|
android:textColor="@color/black" />
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="1dp"
|
|
@@ -147,14 +142,12 @@
|
|
|
android:layout_width="1dp"
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@color/black" />
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:id="@+id/startSignLayout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_weight="0.25" >
|
|
|
-
|
|
|
<ImageView
|
|
|
android:id="@+id/ivSignImage"
|
|
|
android:layout_width="match_parent"
|