forked from organicmaps/organicmaps-tmp
[android]: Fix "Error inflating class androidx.legacy.widget.Space"
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
5e20e30c56
commit
d0ba290e09
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@
|
|||
|
||||
<include android:visibility="gone" layout="@layout/place_page_add"/>
|
||||
|
||||
<androidx.legacy.widget.Space
|
||||
<android.widget.Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/place_page_buttons_height"/>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
tools:showIn="@layout/place_page_ugc">
|
||||
<androidx.legacy.widget.Space
|
||||
<android.widget.Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/margin_half"/>
|
||||
<ImageView
|
||||
|
|
Loading…
Add table
Reference in a new issue