diff --git a/app/build.gradle b/app/build.gradle index 3879b9d..026fef6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ repositories { } dependencies { - implementation('com.ciscowebex:androidsdk:2.5.0-SNAPSHOT@aar', { + implementation('com.ciscowebex:androidsdk:2.5.0@aar', { transitive = true changing = true }) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 13003a1..305714d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -27,6 +27,7 @@ + { + messageClient.post(targetId, Message.draft(Message.Text.plain(textMessage.getText().toString())) + .addMentions(generateMentions()) + .addAttachments(generateLocalFiles()), rst -> { Ln.e("posted:" + rst); selectedFile.clear(); btn.setEnabled(true); diff --git a/app/src/main/res/layout/fragment_call.xml b/app/src/main/res/layout/fragment_call.xml index c41b5b4..ec662fa 100644 --- a/app/src/main/res/layout/fragment_call.xml +++ b/app/src/main/res/layout/fragment_call.xml @@ -68,39 +68,36 @@ android:id="@+id/view_bottom_bar" android:layout_width="match_parent" android:orientation="horizontal" - android:layout_height="55dp" + android:layout_height="wrap_content" android:padding="5dp" app:layout_constraintBottom_toBottomOf="parent"> + android:textSize="14sp" + android:gravity="center" /> + android:textSize="14sp" + android:gravity="center" /> + android:textSize="14sp" + android:gravity="center"/>