forked from organicmaps/organicmaps
[Android] Added round corners for OSM Login bottom sheet
Signed-off-by: Sergiy Kozyr <s.trump@gmail.com>
This commit is contained in:
parent
6fb9dbc440
commit
f692cb4caf
2 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue