License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.github.zhuchinskyi |
ArtifactId | ArtifactIdautoadjustmentlayout |
Version | Version0.1.1 |
Type | Typeaar |
Description |
DescriptionAutoAdjustmentLayout
Android custom view which allows to set a List of Objects (extends of View) that will be placed one-by-one whith auto transfering function on the next line, according to items and parent layout width.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
autoadjustmentlayout-0.1.1.pom | |
autoadjustmentlayout-0.1.1.aar | 18 KB |
autoadjustmentlayout-0.1.1-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhuchinskyi/autoadjustmentlayout/ -->
<dependency>
<groupId>com.github.zhuchinskyi</groupId>
<artifactId>autoadjustmentlayout</artifactId>
<version>0.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhuchinskyi/autoadjustmentlayout/
implementation 'com.github.zhuchinskyi:autoadjustmentlayout:0.1.1'
// https://jarcasting.com/artifacts/com.github.zhuchinskyi/autoadjustmentlayout/
implementation ("com.github.zhuchinskyi:autoadjustmentlayout:0.1.1")
'com.github.zhuchinskyi:autoadjustmentlayout:aar:0.1.1'
<dependency org="com.github.zhuchinskyi" name="autoadjustmentlayout" rev="0.1.1">
<artifact name="autoadjustmentlayout" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhuchinskyi', module='autoadjustmentlayout', version='0.1.1')
)
libraryDependencies += "com.github.zhuchinskyi" % "autoadjustmentlayout" % "0.1.1"
[com.github.zhuchinskyi/autoadjustmentlayout "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » appcompat-v7 | jar | 23.1.0 |