fun setScreenLayoutSizeValue(value: Int): Builder!
Whether the device screen is classified as small, normal, large, xlarge.
.aapt.pb.Configuration.ScreenLayoutSize screen_layout_size = 10;
value
- Int: The enum numeric value on the wire for screenLayoutSize to set.
Return
Builder!: This builder for chaining.