fix/[android] Smoother corners for the place page. #6402

Merged
vinodpatildev merged 1 commit from place-page-smooth-corners into master 2023-10-29 07:28:52 +00:00
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
biodranik commented 2023-10-28 00:09:38 +00:00 (Migrated from github.com)
Review

Won't it break the dark theme? How does it look there?

Won't it break the dark theme? How does it look there?
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