This commit is contained in:
Milos Kozak 2022-04-26 11:44:32 +02:00
parent 8edb23069a
commit 8dde3bcfa4

View file

@ -17,6 +17,7 @@ interface SkinInterface {
val mainGraphHeight: Int // in dp
val secondaryGraphHeight: Int // in dp
// no pre processing by default
fun preProcessLandscapeActionsLayout(dm: DisplayMetrics, binding: ActionsFragmentBinding) {
}