Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4961ba60 authored by Zhu Youhua's avatar Zhu Youhua Committed by Linux Build Service Account
Browse files

Dialer:Add "Manage conference call" string on the conference call

-Remove Textview conferenceLabel and modify string onscreenManageText
 to onscreenManageConferenceText in Textview manageConferenceLabe.

Change-Id: Idc46b7c341f0ddb9f83c7970dbc2f50584764ae9
CRs-Fixed: 1044034
parent 467d46df
Loading
Loading
Loading
Loading
+16 −26
Original line number Diff line number Diff line
@@ -40,32 +40,22 @@
        android:background="?android:attr/selectableItemBackground">

        <!-- Call status of the background call, usually the string "On hold". -->
        <TextView android:id="@+id/conferenceLabel"
                  android:layout_width="0dp"
                  android:layout_height="wrap_content"
                  android:layout_weight="1"
                  android:layout_gravity="center_vertical"
                  android:paddingEnd="18dp"
                  android:text="@string/onscreenConferenceText"
                  android:textColor="@color/incall_banner_secondary_text_color"
                  android:textSize="@dimen/secondary_call_info_text_size"
                  android:singleLine="true" />

        <ImageView android:id="@+id/manageConferenceImage"
        <ImageView android:id="@+id/manageConferenceButtonImage"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:src="@drawable/ic_group_white_24dp"
            android:tint="@color/incall_banner_secondary_text_color"
                   android:paddingEnd="16dp"/>
            android:paddingEnd="16dp"
            android:importantForAccessibility="no" />

        <TextView android:id="@+id/manageConferenceLabel"
                  android:layout_width="wrap_content"
        <TextView android:id="@+id/manageConferenceButtonLabel"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:gravity="center_vertical"
            android:textColor="@color/incall_banner_secondary_text_color"
            android:textSize="@dimen/secondary_call_info_text_size"
                  android:textAlignment="viewStart"
                  android:text="@string/onscreenManageText"
                  android:singleLine="true"/>
            android:text="@string/onscreenManageConferenceText"
            android:importantForAccessibility="no" />

    </LinearLayout>