is not current version
Last Version 1.1.2

me.drakeet.library:androiduiview 1.0.0

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

GroupId

GroupId

me.drakeet.library
ArtifactId

ArtifactId

androiduiview
Version

Version

1.0.0
Type

Type

aar

Download androiduiview 1.0.0


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