diff --git a/atox/src/main/res/layout/contact_list_view_item.xml b/atox/src/main/res/layout/contact_list_view_item.xml index 1c20046d5..655fc097e 100644 --- a/atox/src/main/res/layout/contact_list_view_item.xml +++ b/atox/src/main/res/layout/contact_list_view_item.xml @@ -6,67 +6,84 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?android:attr/selectableItemBackground" - android:padding="10dp"> + android:paddingHorizontal="16dp" + android:paddingVertical="12dp"> - - + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintBottom_toBottomOf="parent"> - - - + + + + + + + + + + diff --git a/atox/src/main/res/layout/fragment_call.xml b/atox/src/main/res/layout/fragment_call.xml index 2fc54c936..02b520d7d 100644 --- a/atox/src/main/res/layout/fragment_call.xml +++ b/atox/src/main/res/layout/fragment_call.xml @@ -5,21 +5,51 @@ android:layout_height="match_parent" android:orientation="vertical"> - + + + - + + + + diff --git a/atox/src/main/res/layout/fragment_contact_profile.xml b/atox/src/main/res/layout/fragment_contact_profile.xml index 9ca6cc4b4..22bf1546e 100644 --- a/atox/src/main/res/layout/fragment_contact_profile.xml +++ b/atox/src/main/res/layout/fragment_contact_profile.xml @@ -8,20 +8,20 @@ tools:context=".ui.contactprofile.ContactProfileFragment"> - + android:layout_margin="16dp"> @@ -29,10 +29,12 @@ style="@style/TextAppearance.AppCompat.Widget.ActionBar.Title" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_margin="6dp" + android:layout_marginStart="16dp" + android:layout_centerVertical="true" + android:layout_toEndOf="@id/avatarImageView" android:textColor="@android:color/white" tools:text="Contact name or something here"/> - + 15dp 50dp - 28dp + 25.2dp - 50dp + 45dp