Skip to content

Commit

Permalink
Fix layout direction of the toolbar in RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Dec 16, 2024
1 parent 7528243 commit 6cd20fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class AyahToolBar @JvmOverloads constructor(
layoutParams = LayoutParams(LayoutParams.MATCH_PARENT, toolBarHeight)
setBackgroundColor(background)
}
menuLayout.layoutDirection = LAYOUT_DIRECTION_LTR
addView(menuLayout)

pipPosition = SelectedAyahPlacementType.BOTTOM
Expand Down

0 comments on commit 6cd20fb

Please sign in to comment.