Call-With-Chat acitivity_launcher fix for merge

Signed-off-by: Mohtasim <mbellah@microsoft.com>
This commit is contained in:
Mohtasim 2022-11-14 14:14:42 -08:00 коммит произвёл Mohtasim
Родитель c3efb0a7c8
Коммит c6344e2ac4
1 изменённых файлов: 0 добавлений и 29 удалений

Просмотреть файл

@ -15,15 +15,6 @@
android:paddingEnd="6dp"
tools:context=".CallLauncherActivity">
<EditText
android:id="@+id/acsEndpointText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:hint="@string/acs_endpoint_hint"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<EditText
android:id="@+id/acsEndpointText"
android:layout_width="match_parent"
@ -80,15 +71,6 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/acsTokenText" />
<EditText
android:id="@+id/acsCommunicationUserIdText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:hint="@string/acs_user_id_hint"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/acsTokenText" />
<EditText
android:id="@+id/userNameText"
android:layout_width="match_parent"
@ -141,17 +123,6 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/groupIdOrTeamsMeetingLinkText" />
<EditText
android:id="@+id/chatThreadIdText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:ems="10"
android:hint="@string/chat_thread_id_hint"
android:inputType="textPersonName"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/groupIdOrTeamsMeetingLinkText" />
<RadioGroup
android:id="@+id/javaOrKotlinContainer"
android:layout_width="wrap_content"