fancybuttons

Used in 0 components

Overview

Description

An Android library to easily create fancy buttons without the need of drawable files.

Snippets

<dependency>
    <groupId>com.github.medyo</groupId>
    <artifactId>fancybuttons</artifactId>
    <version>1.8.1</version>
</dependency>

Maven POM File

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.medyo</groupId>
  <artifactId>fancybuttons</artifactId>
  <version>1.8.1</version>
  <packaging>aar</packaging>
  <name>fancybuttons</name>
  <description>An Android library to easily create fancy buttons without the need of drawable files.</description>
  <url>https://github.com/medyo/fancybuttons</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>http://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>medyo</id>
      <name>Mehdi Sakout</name>
      <email>elmehdi.sakout@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/medyo/fancybuttons.git</connection>
    <developerConnection>https://github.com/medyo/fancybuttons.git</developerConnection>
    <url>https://github.com/medyo/fancybuttons</url>
  </scm>
</project>