项目作者: lalitdhameliya

项目描述 :
Progress button is the library which will provide you the different kind of button with progress bar in it.
高级语言: Kotlin
项目地址: git://github.com/lalitdhameliya/ProgressButton.git
创建时间: 2018-07-03T07:12:52Z
项目社区:https://github.com/lalitdhameliya/ProgressButton

开源协议:

下载


ProgressButton

Progress button is the library which will provide you the different kind of button with progress bar in it.

How to add the library

  1. implementation 'com.lalitdhameliya:progressbutton:1.0.0'

Add buttons to your screen

  1. <com.lalitdhameliya.progressbutton.ProgressButton
  2. android:id="@+id/testing_button"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. app:text="Test"
  6. app:textColor="@color/colorAccent" ></com.lalitdhameliya.progressbutton.ProgressButton>
  7. <com.lalitdhameliya.progressbutton.ProgressImageButton
  8. android:id="@+id/test"
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. app:imageProgressTint="@color/colorAccent"
  12. app:src="@android:drawable/btn_dialog" ></com.lalitdhameliya.progressbutton.ProgressImageButton>

Screen Capture

alt text