mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-07 18:42:53 +00:00
First call on Android device
This commit is contained in:
@ -6,17 +6,18 @@
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".ui.activities.CallActivity">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/call_id"
|
||||
<ProgressBar
|
||||
android:id="@+id/progressBar"
|
||||
style="?android:attr/progressBarStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="21dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:text="TextView"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
</android.support.constraint.ConstraintLayout>
|
@ -329,4 +329,7 @@
|
||||
<string name="button_accept_call">Répondre</string>
|
||||
<string name="title_incoming_call">Appel entrant</string>
|
||||
<string name="err_get_next_pending_call_info">Impossible de récupérer les informations de l\'appel en cours !</string>
|
||||
<string name="err_get_call_info">Impossible de récupérer les infoamtions sur l\'appel !</string>
|
||||
<string name="err_connect_signaling_server">Impossible de connecter au signaling server !</string>
|
||||
<string name="notice_call_terminated">Appel terminé.</string>
|
||||
</resources>
|
@ -328,4 +328,7 @@
|
||||
<string name="button_accept_call">Accept call</string>
|
||||
<string name="title_incoming_call">Incoming call</string>
|
||||
<string name="err_get_next_pending_call_info">Could not get pending call information!</string>
|
||||
<string name="err_get_call_info">Could not get call information!</string>
|
||||
<string name="err_connect_signaling_server">Could not connect to signaling server!</string>
|
||||
<string name="notice_call_terminated">Call terminated</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user