Update align support

This commit is contained in:
Tommaso Berlose
2021-05-04 18:32:20 +02:00
parent 40644f3657
commit 1f22426dec
107 changed files with 138 additions and 58 deletions

View File

@ -83,7 +83,7 @@ object Constants {
enum class WidgetAlign(val rawValue: Int) {
LEFT(0),
RIGHT(1),
// RIGHT(1),
CENTER(2)
}
}