diff --git a/app/src/main/kotlin/io/github/francoiscampbell/xposeddatausage/Module.kt b/app/src/main/kotlin/io/github/francoiscampbell/xposeddatausage/Module.kt index 7260fe8..dc2c115 100644 --- a/app/src/main/kotlin/io/github/francoiscampbell/xposeddatausage/Module.kt +++ b/app/src/main/kotlin/io/github/francoiscampbell/xposeddatausage/Module.kt @@ -54,6 +54,7 @@ class Module : IXposedHookLoadPackage, IXposedHookInitPackageResources { dataUsageView = DataUsageView(statusbar.context) dataUsageView?.apply { + //TODO figure out how to make the font the same as the clock (bold, etc) // textSize = clock.textSize // textScaleX = clock.textScaleX layoutParams = clock.layoutParams