[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:
Vinod Patil 2023-10-27 22:04:24 +05:30 committed by Alexander Borsuk
parent f029d89da9
commit d82f6add10
2 changed files with 1 additions and 3 deletions

View file

@ -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"

View file

@ -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