[Android] Added round corners for OSM Login bottom sheet

Signed-off-by: Sergiy Kozyr <s.trump@gmail.com>
This commit is contained in:
Sergiy Kozyr 2024-08-20 10:15:31 +03:00
parent 6fb9dbc440
commit f692cb4caf
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include
layout="@layout/bottom_sheet_handle" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"

View file

@ -6,6 +6,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include
layout="@layout/bottom_sheet_handle" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"