Fix "Master Profile" is not clickable

This commit is contained in:
Nazar-Kutz 2020-02-28 18:27:57 +02:00
parent 0dc6c36b99
commit ead1fa4c4b

View file

@ -7,7 +7,6 @@
android:orientation="vertical">
<FrameLayout
android:id="@+id/select_nav_type_btn"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/list_content_padding"
@ -45,6 +44,13 @@
</net.osmand.plus.widgets.OsmandTextFieldBoxes>
<FrameLayout
android:id="@+id/select_nav_type_btn"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true"
android:focusable="true" />
</FrameLayout>
</LinearLayout>