État de l'appel

  • Activité de l'hôte: InCallActivity
  • Mise en page racine: @layout/in_call_activity

Écran d'un appel entrant

Fragment. IncomingCallFragment

Écran du clavier de numérotation en mode Paysage

Mise en page: @layout/ongoing_call_fragment

Écran d'un appel entrant

Figure 1. Écran d'un appel entrant

Composant [id:]ClassName Propriété Valeur
background_image:
BackgroundImageView
@config/config_background_image_alpha 1.0
Utilisé de manière programmatique pour les avatars de contact.
@config/config_background_image_error_alpha 1.0
Utilisé de manière programmatique pour les cartes de correspondance. Si la valeur est définie sur 0,0, la couleur d'arrière-plan est masquée.
user_profile_container:
@layout/user_profile_large
N/A N/A
ringing_call_controller_bar:
RingingCallControllerBarFragment
height @dimen/in_call_controller_bar_height
layout_margintStart
layout_marginEnd
layout_marginBottom
@dimen/in_call_controller_bar_margin
  • Profil utilisateur @layout/user_profile_large
    Component [id:]ClassName Propriété Valeur
    root: LinearLayout orientation horizontal
    paddingStart
    paddingEnd
    @dimen/in_call_user_profile_margin
    user_profile_avatar: ImageView width in_call_avatar_icon_size
    height in_call_avatar_icon_size
    scaleType fitCenter
    User info: LinearLayout paddingStart @dimen/in_call_margin_between_avatar_and_text
    user_profile_title:TextView textAppearance @style/TextAppearance.InCallUserTitle
    user_profile_phone_number: TextView textAppearance @style/TextAppearance.InCallUserPhoneNumber
    marginTop @dimen/in_call_phone_number_margin_top
    user_profile_call_state: Chronometer textAppearance @style/TextAppearance.InCallState
    marginTop @dimen/in_call_state_margin_top
  • RingingCallControllerBarFragment. @layout/ringing_call_controller_bar_fragment
    Component [id:]ClassName Propriété Valeur
    root: ConstraintLayout height @dimen/in_call_controller_bar_height
    background @android:color/transparent
    answer_call_button: ImageView width
    height
    @dimen/ringing_call_button_touch_target_size
    background @drawable/dialer_ripple_background
    src @drawable/ic_phone
    tint @color/phone_call
    scaleType center
    answer_call_text: TextView marginStart @dimen/ringing_call_text_margin
    text @string/answer_call
    textAppearance ?android:attr/textAppearanceLarge
    end_call_button: ImageView width
    height
    @dimen/ringing_call_button_touch_target_size
    background @drawable/dialer_ripple_background
    src @drawable/ic_call_end
    tint @color/phone_end_call
    scaleType center
    end_call_text: TextView marginStart @dimen/ringing_call_text_margin
    text @string/decline_call
    textAppearance ?android:attr/textAppearanceLarge
    mid_line: Guideline constraintGuide_percent 0,5

Appel entrant en mode Portrait

La page d'appel entrant en mode portrait partage la même @layout/ongoing_call_fragment avec le mode paysage, à l'exception de @layout[-port]/user_profile_large, qui est disposé différemment.

Page d'appel entrant en mode Portrait

Figure 2 Appel entrant en mode Portrait

  • Profil utilisateur @layout/user_profile_large
    Component [id:]ClassName Propriété Valeur
    root: LinearLayout orientation vertical
    gravity center
    user_profile_avatar: ImageView width in_call_avatar_icon_size
    height in_call_avatar_icon_size
    scaleType fitCenter
    user_profile_title: TextView textAppearance @style/TextAppearance.InCallUserTitle
    paddingTop @dimen/in_call_margin_between_avatar_and_text
    user_profile_phone_number: TextView textAppearance @style/TextAppearance.InCallUserPhoneNumber
    paddingTop @dimen/in_call_phone_number_margin_top
    user_profile_call_state: Chronometer textAppearance @style/TextAppearance.InCallState
    paddingTop @dimen/in_call_state_margin_top

Page d'appel en cours

Fragment. OngoingCallFragment

Mode Paysage

Écran d'un appel en cours en mode Paysage

Figure 3. Écran d'appel en cours en mode Paysage

Component [id:]ClassName Propriété Valeur
background_image: BackgroundImageView @config/config_background_image_alpha 1.0
Utilisé de manière programmatique pour les avatars de contact.
@config/config_background_image_error_alpha 1.0
Utilisé de manière programmatique pour les cartes de correspondance. Lorsque la valeur est définie sur 0,0, la couleur d'arrière-plan est masquée.
Conteneur d'autres vues: ConstraintLayout background @android:color/transparent
Nécessaire pour que l'ondulation fonctionne pour les boutons de la barre de contrôle.
incall_dialpad_fragment: InCallDialpadFragment N/A Voir Clavier de l'application Appel
user_profile_container: @layout/user_profile_large N/A Identique à @layout/user_profile_large sur la page Appel entrant.
  • Mode Paysage
  • Mode Portrait
onhold_user_profile: OnHoldCallUserProfileFragment height @dimen/onhold_user_info_height
layout_marginTop @dimen/onhold_profile_margin_y
layout_marginStart
layout_marginEnd
@dimen/onhold_profile_margin_x
ongoing_call_control_bar: OnGoingCallControllerBarFragment layout_marginBottom @dimen/in_call_controller_bar_margin
layout_marginHorizontal @dimen/in_call_controller_bar_margin
  • OnHoldCallUserProfileFragment. @layout/onhold_user_profile
    Composant [id:]ClassName Propriété Valeur
    root: CardView android:elevation @dimen/dialer_card_elevation
    cardBackgroundColor @color/onhold_call_background
    cardCornerRadius @dimen/onhold_profile_corner_radius
    swap_calls_view: ConstraintLayout background ?android:attr/selectableItemBackground
    guideline: Guideline layout_constraintGuide_begin @dimen/onhold_profile_guideline
    icon: ImageView width
    height
    @dimen/avatar_icon_size
    scaleType centerCrop
    layout_marginStart @dimen/onhold_profile_avatar_margin
    title: TextView textAppearance ?android:attr/textAppearanceLarge
    text: TextView text @string/onhold_call_label
    textAppearance ?android:attr/textAppearanceSmall
    swap_call_button: ImageView src @drawable/ic_swap_calls
    tint @color/secondary_icon_color
    scaleType center
    paddingLeft
    paddingRight
    @dimen/swap_call_button_margin
  • OnGoingCallControllerBarFragment. @layout/on_going_call_controller_bar_fragment
    Component [id:]ClassName Propriété Valeur
    root: ConstraintLayout height @dimen/in_call_controller_bar_height
    mute_button: ImageView width
    height
    @dimen/in_call_button_size
    scaleType center
    src @drawable/ic_mute_activatable
    background @drawable/dialer_ripple_background
    toggle_dialpad_button: ImageView width
    height
    @dimen/in_call_button_size
    scaleType center
    src @drawable/ic_dialpad_activatable
    background @drawable/dialer_ripple_background
    end_call_button: ImageView style @style/DialpadPrimaryButton
    src @drawable/ic_call_end_button
    voice_channel_view: LinearLayout orientation vertical
    voice_channel_button: ImageView width
    height
    @dimen/in_call_button_size
    scaleType center
    src @drawable/ic_audio_route_vehicle_activatable
    background @drawable/dialer_ripple_background
    voice_channel_text: TextView visibility gone
    pause_button: ImageView width
    height
    @dimen/in_call_button_size
    scaleType center
    src @drawable/ic_pause_activatable
    background @drawable/dialer_ripple_background

Page d'appel en cours en mode Portrait

Figure 4 Page de l'appel en cours en mode Portrait

Le mode Portrait partage la même mise en page, à l'exception de la @layout/user_profile_large, qui est disposée différemment. Consultez également la section Mode Portrait sur la page Appel entrant.

Clavier pendant l'appel

Fragment. InCallDialpadFragment

Mode Paysage

Mise en page. @layout/incall_dialpad_fragment

Écran du clavier de numérotation en mode Paysage

Figure 5. Écran du clavier de l'application Appel en mode Paysage

Composant [id:]ClassName Propriété Valeur
divider: Guideline layout_constraintGuide_percent 0,5
dialpad_fragment: KeypadFragment N/A Voir Clavier
dialpad_info_boundaries: View height Prix identique à celui de l'hôtel dialpad_fragment
layout_constraintDimensionRatio W, 1:1
call_state: Chronometer layout_width match_parent pour éviter de redessiner l'intégralité de la vue lors de la mise à jour du texte
textAppearance @style/TextAppearance.InCallState
marginBottom @dimen/call_state_padding
title: TextView textAppearance @style/TextAppearance.DialNumber

Clavier de numérotation en mode Portrait

Mise en page. @layout[-port]/incall_dialpad_fragment

Écran du clavier de numérotation en mode Portrait

Figure 6. Écran du clavier de l'application Appel en mode Portrait

Composant [id:]ClassName Propriété Valeur
dialpad_fragment: KeypadFragment layout_marginTop @dimen/keypad_margin
call_state: Chronometer layout_width match_parent pour éviter de redessiner l'intégralité de la vue lors de la mise à jour du texte.
gravity center
textAppearance @style/TextAppearance.InCallState
marginStart
marginEnd
@dimen/dialpad_info_edge_padding_size
title: TextView gravity Finissez avec une largeur définie sur wrap_content pour centrer le numéro composé et le faire disparaître au début.
textAppearance @style/TextAppearance.DialNumber
marginStart
marginEnd
@dimen/dialpad_info_edge_padding_size

KeypadFragment. Consultez la section Clavier.