Arcns / AllAngleExpandableButton

An expandable button menu that you can define expand angle and button count and so on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

感谢uin3566!相比uin3566/AllAngleExpandableButton ,根据我的实际需求做了以下修改:

  1. 修复无法支持透明图片的问题
  2. 更改为androidx
  3. 更新gradle版本
allprojects {
	repositories {
		...
		maven { url 'https://www.jitpack.io' }
	}
}
dependencies {
	implementation 'com.github.Arcns:AllAngleExpandableButton:Tag'
}

使用方法请查阅uin3566/AllAngleExpandableButton

About

An expandable button menu that you can define expand angle and button count and so on

License:Apache License 2.0


Languages

Language:Java 100.0%