Replace answer/decline button and action for incoming calls

Fixes #7199
This commit is contained in:
Moxie Marlinspike
2017-11-19 16:24:30 -08:00
parent e14a97cf68
commit 86bd2351bc
17 changed files with 422 additions and 1773 deletions

View File

@@ -225,10 +225,12 @@
android:contentDescription="End call"
tools:visibility="visible"/>
<org.thoughtcrime.securesms.components.webrtc.WebRtcIncomingCallOverlay
android:id="@+id/callControls"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
<org.thoughtcrime.securesms.components.webrtc.WebRtcAnswerDeclineButton
android:id="@+id/answer_decline_button"
android:layout_gravity="bottom|center"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"/>
</android.support.design.widget.CoordinatorLayout>