Force voice note player to always be LTR.
This commit is contained in:
parent
2a5d385152
commit
370640eaef
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class VoiceNotePlayerView @JvmOverloads constructor(
|
|||
|
||||
init {
|
||||
inflate(context, R.layout.voice_note_player_view, this)
|
||||
layoutDirection = LAYOUT_DIRECTION_LTR
|
||||
|
||||
playPauseToggleView = findViewById(R.id.voice_note_player_play_pause_toggle)
|
||||
infoView = findViewById(R.id.voice_note_player_info)
|
||||
|
|
Loading…
Add table
Reference in a new issue