zezung27 / api-mymeostore

1 stars 0 forks source link

handle_call_active_layout #13

Closed zezung27 closed 1 year ago

zezung27 commented 1 year ago

<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="@drawable/border_popup_window" android:paddingHorizontal="5dp">

<com.airbnb.lottie.LottieAnimationView
    android:id="@+id/phone_active"
    android:layout_width="40dp"
    android:layout_height="40dp"
    android:layout_alignParentLeft="true"
    android:layout_centerVertical="true"
    app:lottie_rawRes="@raw/call_active"
    app:lottie_autoPlay="true"
    app:lottie_loop="true"/>

<Chronometer
    android:id="@+id/chronometerCall"
    android:textColor="@color/white"
    android:layout_alignParentRight="true"
    android:layout_centerVertical="true"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />