This repository was archived by the owner on Jul 13, 2020. It is now read-only.
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
Set style? #16
Closed
Description
I can't seem to find a good way of setting a style for a view. For example if I wanted a large ProgressBar in XML I would write:
<ProgressBar
style="@android:style/Widget.DeviceDefault.Light.ProgressBar.Large"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
How do you do this in anko?