wrapping the incoming call views into a different constraintlayout
This commit is contained in:
parent
be13659182
commit
0d78355ba7
1 changed files with 82 additions and 76 deletions
|
|
@ -6,6 +6,11 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/incoming_call_holder"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/caller_avatar"
|
||||
android:layout_width="@dimen/incoming_call_button_size"
|
||||
|
|
@ -90,3 +95,4 @@
|
|||
app:layout_constraintTop_toBottomOf="@+id/call_accept" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
|
|||
Loading…
Reference in a new issue