Jacob Applin
05/08/2019, 8:27 PMColumn(
Weighted(
Column(
Gravity(Center),
ImageWizard(
ImageProperty(R.drawable.anonymous),
TextProperty(R.string.anonymous),
TextProperty(R.string.anonymous),
anonymousVisibility
),
ImageWizard(
anonymousImage,
TextProperty(R.string.anonymous),
TextProperty(R.string.anonymous)
)
)
),
Button(
Primary,
TextProperty(R.string.anonymous),
Clicks { anonymousClicks.onNext(Unit) },
Margins(top = Material, bottom = MaterialSmall, left = Material, right = Material)
),
Button(
Secondary,
TextProperty(R.string.anonymous),
Clicks { anonymousClicks.onNext(Unit) },
Margins(bottom = Material, left = Material, right = Material)
)
)
rook
05/08/2019, 9:25 PMthemishkun
05/08/2019, 11:03 PM