Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2019-07-22 12:59:26 +02:00
parent aca1f9a13d
commit 48229e3314
2 changed files with 3 additions and 3 deletions

View File

@ -22,14 +22,14 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/call_header_layout"
android:layout_width="match_parent"
android:layout_height="@dimen/rv_item_view_height"
android:layout_height="wrap_content"
android:layout_margin="@dimen/double_margin_between_elements"
android:orientation="vertical">
<RelativeLayout
android:id="@+id/initial_relative_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="wrap_content">
<ImageView
android:id="@+id/public_call_link"

View File

@ -22,7 +22,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/joinConversationViaLinkRelativeLayout"
android:layout_width="match_parent"
android:layout_height="@dimen/rv_item_view_height"
android:layout_height="wrap_content"
android:layout_margin="@dimen/double_margin_between_elements"
android:orientation="vertical">