AndroidUIView 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

License

License

MIT
GroupId

GroupId

me.drakeet.library
ArtifactId

ArtifactId

androiduiview
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

aar
Description

Description

AndroidUIView 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

Download androiduiview

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.0
1.0.0