License |
License |
---|---|
GroupId | GroupIdme.drakeet.library |
ArtifactId | ArtifactIdandroiduiview |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionAndroidUIView Library
It's a very simple custom views library according UIButton in iOS, all of the views can be automatically set a pressed effect to a button with a simple background image without writing a selector.xml
|
Filename | Size |
---|---|
androiduiview-1.1.2.pom | |
androiduiview-1.1.2.aar | 12 KB |
androiduiview-1.1.2-sources.jar | 6 KB |
androiduiview-1.1.2-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.drakeet.library/androiduiview/ -->
<dependency>
<groupId>me.drakeet.library</groupId>
<artifactId>androiduiview</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.drakeet.library/androiduiview/
implementation 'me.drakeet.library:androiduiview:1.1.2'
// https://jarcasting.com/artifacts/me.drakeet.library/androiduiview/
implementation ("me.drakeet.library:androiduiview:1.1.2")
'me.drakeet.library:androiduiview:aar:1.1.2'
<dependency org="me.drakeet.library" name="androiduiview" rev="1.1.2">
<artifact name="androiduiview" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.drakeet.library', module='androiduiview', version='1.1.2')
)
libraryDependencies += "me.drakeet.library" % "androiduiview" % "1.1.2"
[me.drakeet.library/androiduiview "1.1.2"]