mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-23 06:38:09 +00:00
Fixed dropdown overlap
This commit is contained in:
parent
95401fb8c4
commit
80c1b5722f
1 changed files with 4 additions and 2 deletions
|
|
@ -157,8 +157,10 @@
|
|||
android:textSize="14sp"
|
||||
android:textColor="@color/gray_main2_600"
|
||||
android:gravity="center_vertical"
|
||||
android:drawableEnd="@drawable/caret_down"
|
||||
android:drawablePadding="10dp"
|
||||
android:overlapAnchor="false"
|
||||
android:dropDownVerticalOffset="25dp"
|
||||
android:spinnerMode="dropdown"
|
||||
android:popupBackground="@drawable/shape_squircle_white_background"
|
||||
app:layout_constraintTop_toTopOf="@id/phone_number"
|
||||
app:layout_constraintBottom_toBottomOf="@id/phone_number"
|
||||
app:layout_constraintStart_toStartOf="@id/username"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue