|
@@ -1,8 +1,19 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
tools:context=".view.fragment.WorkshopFragment">
|
|
tools:context=".view.fragment.WorkshopFragment">
|
|
|
|
|
|
|
|
-</FrameLayout>
|
|
|
|
|
|
|
+ <com.onlylemi.mapview.library.MapView
|
|
|
|
|
+ android:id="@+id/mapview"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
|
+
|
|
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
+ android:id="@+id/rv"
|
|
|
|
|
+ style="@style/CommonRecyclerView"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:orientation="horizontal" />
|
|
|
|
|
+</LinearLayout>
|