文件名称:android-circlebutton-master
介绍说明--下载内容均来自于网络,请自行研究使用
Android圆形按钮,实际实现是继承自ImageView
使用方式:
repositories {
mavenCentral()
mavenLocal()
}
...
dependencies {
compile com.github.markushi:circlebutton:1.1
}
布局:
<fr a meLayout
xmlns:android= http://schemas.android.com/apk/res/android
xmlns:app= http://schemas.android.com/apk/res-auto
android:layout_width= match_parent
android:layout_height= match_parent >
<at.markushi.ui.CircleButton
android:layout_width= 64dip
android:layout_height= 64dip
android:src= @drawable/ic_action_tick
app:cb_color= #99CC00
app:cb_pressedRingWidth= 8dip />
</fr a meLayout>-Circle button widget for Android
使用方式:
repositories {
mavenCentral()
mavenLocal()
}
...
dependencies {
compile com.github.markushi:circlebutton:1.1
}
布局:
<fr a meLayout
xmlns:android= http://schemas.android.com/apk/res/android
xmlns:app= http://schemas.android.com/apk/res-auto
android:layout_width= match_parent
android:layout_height= match_parent >
<at.markushi.ui.CircleButton
android:layout_width= 64dip
android:layout_height= 64dip
android:src= @drawable/ic_action_tick
app:cb_color= #99CC00
app:cb_pressedRingWidth= 8dip />
</fr a meLayout>-Circle button widget for Android
(系统自动生成,下载前可以参看下载内容)
下载文件列表
android-circlebutton-master
...........................\.gitignore
...........................\LICENSE
...........................\README.md
...........................\build.gradle
...........................\example
...........................\.......\build.gradle
...........................\.......\example.apk
...........................\.......\example.gif
...........................\.......\proguard-rules.txt
...........................\.......\src
...........................\.......\...\main
...........................\.......\...\....\AndroidManifest.xml
...........................\.......\...\....\java
...........................\.......\...\....\....\at
...........................\.......\...\....\....\..\markushi
...........................\.......\...\....\....\..\........\circlebutton
...........................\.......\...\....\....\..\........\............\example
...........................\.......\...\....\....\..\........\............\.......\MainActivity.java
...........................\.......\...\....\res
...........................\.......\...\....\...\drawable-xhdpi
...........................\.......\...\....\...\..............\ic_action_tick.png
...........................\.......\...\....\...\..............\ic_launcher.png
...........................\.......\...\....\...\drawable-xxhdpi
...........................\.......\...\....\...\...............\ic_launcher.png
...........................\.......\...\....\...\layout
...........................\.......\...\....\...\......\activity_main.xml
...........................\.......\...\....\...\......\fragment_main.xml
...........................\.......\...\....\...\values
...........................\.......\...\....\...\......\strings.xml
...........................\.......\...\....\...\......\styles.xml
...........................\gradle.properties
...........................\library
...........................\.......\build.gradle
...........................\.......\gradle.properties
...........................\.......\src
...........................\.......\...\main
...........................\.......\...\....\AndroidManifest.xml
...........................\.......\...\....\java
...........................\.......\...\....\....\at
...........................\.......\...\....\....\..\markushi
...........................\.......\...\....\....\..\........\ui
...........................\.......\...\....\....\..\........\..\CircleButton.java
...........................\.......\...\....\res
...........................\.......\...\....\...\values
...........................\.......\...\....\...\......\attrs.xml
...........................\maven.gradle
...........................\settings.gradle