mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Merge pull request #2957 from faisalcodes/master
Fixes: icons not showing in the player menu options.
This commit is contained in:
commit
0e6b906a12
@ -25,5 +25,5 @@ fun TextView.setDrawables(
|
|||||||
end: Drawable? = null,
|
end: Drawable? = null,
|
||||||
bottom: Drawable? = null
|
bottom: Drawable? = null
|
||||||
) {
|
) {
|
||||||
TextViewCompat.setCompoundDrawablesRelative(this, start, top, end, bottom)
|
TextViewCompat.setCompoundDrawablesRelativeWithIntrinsicBounds(this, start, top, end, bottom)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user