add top ten to home screen & minor fixes
* use plural for runtime and episodes * code clean up
This commit is contained in:
7
app/src/main/java/org/mosad/teapod/util/Utils.kt
Normal file
7
app/src/main/java/org/mosad/teapod/util/Utils.kt
Normal file
@ -0,0 +1,7 @@
|
||||
package org.mosad.teapod.util
|
||||
|
||||
import android.widget.TextView
|
||||
|
||||
fun TextView.setDrawableTop(drawable: Int) {
|
||||
this.setCompoundDrawablesWithIntrinsicBounds(0, drawable, 0, 0)
|
||||
}
|
Reference in New Issue
Block a user