|
@@ -513,6 +513,7 @@
|
|
|
|
|
|
|
|
|
<Button
|
|
|
+ android:visibility="gone"
|
|
|
android:id="@+id/btn_begin_talk"
|
|
|
android:layout_width="325dp"
|
|
|
android:layout_height="44dp"
|
|
@@ -524,6 +525,13 @@
|
|
|
android:textColor="@android:color/white"
|
|
|
android:textSize="18sp"
|
|
|
/>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
+ android:layout_width="325dp"
|
|
|
+ android:layout_height="44dp">
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
</androidx.core.widget.NestedScrollView>
|