Commit edcd02a1 by Daniel Dahan

experimental: added textAlignment to MaterialLabel

parents 7e12ec6e 0960fdd2
...@@ -107,9 +107,7 @@ public class NavigationBarView: MaterialView { ...@@ -107,9 +107,7 @@ public class NavigationBarView: MaterialView {
MaterialLayout.alignToParentHorizontallyWithPad(self, child: titleLabel!, left: contentInsetsRef!.left, right: contentInsetsRef!.right) MaterialLayout.alignToParentHorizontallyWithPad(self, child: titleLabel!, left: contentInsetsRef!.left, right: contentInsetsRef!.right)
MaterialLayout.alignFromBottom(self, child: titleLabel!, bottom: contentInsetsRef!.bottom) MaterialLayout.alignFromBottom(self, child: titleLabel!, bottom: contentInsetsRef!.bottom)
} }
isLoading = false isLoading = false
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment