fun setLayoutDirectionValue(value: Int): Builder!
Left-to-right, right-to-left...
.aapt.pb.Configuration.LayoutDirection layout_direction = 4;
value
- Int: The enum numeric value on the wire for layoutDirection to set.
Return
Builder!: This builder for chaining.