|
|
@@ -14,11 +14,11 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerHorizontal="true"
|
|
|
- android:paddingHorizontal="@dimen/common_spacing"
|
|
|
android:layout_marginVertical="@dimen/common_text_padding"
|
|
|
android:background="@drawable/bg_switch_title"
|
|
|
android:gravity="center"
|
|
|
android:minWidth="200dp"
|
|
|
+ android:paddingHorizontal="@dimen/common_spacing"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/map_title_text_size"
|
|
|
tools:text="123" />
|
|
|
@@ -35,71 +35,65 @@
|
|
|
android:id="@+id/mapview"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent" />
|
|
|
+ </FrameLayout>
|
|
|
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_alignParentRight="true">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/point_list"
|
|
|
+ android:layout_width="240dp"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_gravity="right">
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:background="@drawable/common_layout_bg"
|
|
|
+ android:minWidth="200dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:padding="@dimen/common_spacing"
|
|
|
+ android:visibility="gone"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="@id/cb_show"
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/point_list"
|
|
|
+ <com.grkj.iscs_mars.view.widget.CommonBtn
|
|
|
+ android:id="@+id/cb_login"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
- android:background="@drawable/common_layout_bg"
|
|
|
- android:minWidth="200dp"
|
|
|
- android:orientation="vertical"
|
|
|
- android:padding="@dimen/common_spacing"
|
|
|
- android:visibility="gone"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="@id/cb_show"
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
-
|
|
|
- <androidx.recyclerview.widget.RecyclerView
|
|
|
- android:id="@+id/map_rv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/common_spacing" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:layout_marginVertical="@dimen/common_spacing"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/switch_information"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/common_text_size"
|
|
|
- android:textStyle="bold" />
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="right"
|
|
|
+ android:layout_marginVertical="@dimen/common_spacing_small"
|
|
|
+ app:btn_bg="@drawable/common_btn_blue_bg"
|
|
|
+ app:btn_name="@string/login" />
|
|
|
|
|
|
- <androidx.recyclerview.widget.RecyclerView
|
|
|
- android:id="@+id/rv_list"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:minWidth="200dp"
|
|
|
- android:paddingHorizontal="10dp" />
|
|
|
- </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/color_d7d2d2" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/cb_show"
|
|
|
- android:layout_width="24dp"
|
|
|
- android:layout_height="24dp"
|
|
|
- android:src="@drawable/icon_chevron_left"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
+ android:id="@+id/map_rv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/common_spacing" />
|
|
|
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
+ android:id="@+id/rv_list"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginTop="@dimen/common_spacing"
|
|
|
+ android:minWidth="200dp"
|
|
|
+ android:paddingHorizontal="10dp" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <com.grkj.iscs_mars.view.widget.CommonBtn
|
|
|
- android:id="@+id/cb_login"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_horizontal|bottom"
|
|
|
- android:layout_marginVertical="@dimen/common_spacing_small"
|
|
|
- app:btn_bg="@drawable/common_btn_blue_bg"
|
|
|
- app:btn_name="@string/login" />
|
|
|
- </FrameLayout>
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/cb_show"
|
|
|
+ android:layout_width="24dp"
|
|
|
+ android:layout_height="24dp"
|
|
|
+ android:src="@drawable/icon_chevron_left"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</RelativeLayout>
|