Fix recycler view

This commit is contained in:
PavelRatushny 2017-10-27 12:21:51 +03:00
parent 8cd23f9dae
commit 44e15244fa

View file

@ -111,9 +111,7 @@
android:id="@+id/markers_recycler_view"
android:layout_weight="0.55"
android:layout_width="0dp"
android:layout_height="match_parent"
android:clipToPadding="false"
android:padding="8dp"/>
android:layout_height="match_parent"/>
<LinearLayout
android:layout_weight="0.45"