is not current version
Last Version 1.0.0-beta9

com.microsoft.device.dualscreen:layouts 1.0.0-beta3

Different custom layouts that will help you to handle your UI on foldable devices

GroupId

GroupId

com.microsoft.device.dualscreen
ArtifactId

ArtifactId

layouts
Version

Version

1.0.0-beta3
Type

Type

aar

Download layouts 1.0.0-beta3


<!-- https://jarcasting.com/artifacts/com.microsoft.device.dualscreen/layouts/ -->
<dependency>
    <groupId>com.microsoft.device.dualscreen</groupId>
    <artifactId>layouts</artifactId>
    <version>1.0.0-beta3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.device.dualscreen/layouts/
implementation 'com.microsoft.device.dualscreen:layouts:1.0.0-beta3'
// https://jarcasting.com/artifacts/com.microsoft.device.dualscreen/layouts/
implementation ("com.microsoft.device.dualscreen:layouts:1.0.0-beta3")
'com.microsoft.device.dualscreen:layouts:aar:1.0.0-beta3'
<dependency org="com.microsoft.device.dualscreen" name="layouts" rev="1.0.0-beta3">
  <artifact name="layouts" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.device.dualscreen', module='layouts', version='1.0.0-beta3')
)
libraryDependencies += "com.microsoft.device.dualscreen" % "layouts" % "1.0.0-beta3"
[com.microsoft.device.dualscreen/layouts "1.0.0-beta3"]