forked from organicmaps/organicmaps
[android] Smoother corners for the place page. fixes #6215.
Signed-off-by: Vinod Patil <61724808+vinodpatildev@users.noreply.github.com>
This commit is contained in:
parent
f029d89da9
commit
d82f6add10
2 changed files with 1 additions and 3 deletions
|
@ -22,8 +22,7 @@
|
|||
<RelativeLayout
|
||||
android:id="@+id/placepage_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?panel">
|
||||
android:layout_height="wrap_content">
|
||||
<androidx.fragment.app.FragmentContainerView
|
||||
android:id="@+id/placepage_fragment"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?ppBackground"
|
||||
android:orientation="vertical"
|
||||
android:paddingBottom="@dimen/margin_quarter">
|
||||
<include
|
||||
|
|
Loading…
Add table
Reference in a new issue