mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 22:53:09 +01:00
@@ -9,6 +9,7 @@
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:contentDescription="@string/VoiceNotePlayerView__pause_voice_message"
|
||||
android:padding="10dp"
|
||||
app:layout_constraintBottom_toBottomOf="@id/voice_note_player_info"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
@@ -43,6 +44,7 @@
|
||||
android:layout_height="36dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:background="?selectableItemBackground"
|
||||
android:contentDescription="@string/VoiceNotePlayerView__change_voice_message_speed"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@id/voice_note_player_close"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
@@ -69,6 +71,7 @@
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="36dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:contentDescription="@string/VoiceNotePlayerView__stop_voice_message"
|
||||
android:scaleType="centerInside"
|
||||
app:layout_constraintBottom_toBottomOf="@id/voice_note_player_info"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
||||
@@ -3646,6 +3646,12 @@
|
||||
|
||||
<!-- VoiceNotePlayerView -->
|
||||
<string name="VoiceNotePlayerView__s_dot_s">%1$s · %2$s</string>
|
||||
<string name="VoiceNotePlayerView__stop_voice_message">Stop voice message</string>
|
||||
<string name="VoiceNotePlayerView__change_voice_message_speed">Change voice message speed</string>
|
||||
<string name="VoiceNotePlayerView__pause_voice_message">Pause voice message</string>
|
||||
<string name="VoiceNotePlayerView__play_voice_message">Play voice message</string>
|
||||
<string name="VoiceNotePlayerView__navigate_to_voice_message">Navigate to voice message</string>
|
||||
|
||||
|
||||
<!-- AvatarPickerFragment -->
|
||||
<string name="AvatarPickerFragment__avatar_preview">Avatar preview</string>
|
||||
|
||||
Reference in New Issue
Block a user