You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mDrawerLayout = new DrawerLayout(ctx) {
new STextView("Me also too")
this += new SLinearLayout {
STextView("Action 1")
STextView("Action 2")
STextView("Action 3")
}.<<.gravity(Gravity.START).fill.>>.background(0xff393e44)
}
The text was updated successfully, but these errors were encountered:
This code is expected working:
The text was updated successfully, but these errors were encountered: