diff --git a/app/src/main/res/layout/chat_audiogram_layout.xml b/app/src/main/res/layout/chat_audiogram_layout.xml index ac5b1f09693d58eb82fdacbb9df69735f7704ce1..1e2a4520267a8625141e4340dd0e4c7eaaa90db2 100644 --- a/app/src/main/res/layout/chat_audiogram_layout.xml +++ b/app/src/main/res/layout/chat_audiogram_layout.xml @@ -1,19 +1,22 @@ - + @@ -21,33 +24,41 @@ android:id="@+id/f_chat_record_finish_play" android:layout_width="40dp" android:layout_height="@dimen/button_size" + android:layout_centerInParent="true" + android:layout_toEndOf="@id/f_chat_record_delete" app:srcCompat="@drawable/v_ic_play" tools:ignore="ContentDescription"/> + tools:text="00:12"/> + android:layout_marginEnd="8dp" + android:layout_centerInParent="true" + android:layout_toStartOf="@id/f_chat_record_finish_send" + android:layout_toEndOf="@id/f_chat_record_finish_duration" + app:wf_waveProgressColor="@color/colorAccent" /> - \ No newline at end of file + + \ No newline at end of file diff --git a/app/src/main/res/layout/chat_mic_recording_layout.xml b/app/src/main/res/layout/chat_mic_recording_layout.xml index d87b433d0e7716658e638b32983799d0137a2140..c3feb322723458bd54da4f99c06613c09c19b0f6 100644 --- a/app/src/main/res/layout/chat_mic_recording_layout.xml +++ b/app/src/main/res/layout/chat_mic_recording_layout.xml @@ -1,39 +1,45 @@ - + + tools:text="00:12"/> @@ -41,12 +47,12 @@ - - \ No newline at end of file +