mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed account profile bottom margin
This commit is contained in:
parent
3832299463
commit
6974c53194
1 changed files with 2 additions and 0 deletions
|
|
@ -428,10 +428,12 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="17dp"
|
||||
android:layout_marginEnd="17dp"
|
||||
android:layout_marginBottom="@dimen/screen_bottom_margin"
|
||||
android:background="@drawable/action_background"
|
||||
android:text="@string/manage_account_delete"
|
||||
android:drawableStart="@drawable/trash_simple"
|
||||
app:layout_constraintTop_toBottomOf="@id/action_settings"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="@id/actions_background"
|
||||
app:layout_constraintEnd_toEndOf="@id/actions_background"/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue