arefbhrn /
UsefulCustomViews
An Android library, containing a collection of useful custom views
40/100 healthActive repository
JavaApache-2.0#android#custom-view#java#library
⑂ 0 forks◯ 0 issuesUpdated Nov 10, 2019
Loading repository data…
consp1racy / repository
Collection of custom utilities for Android development.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Collection of custom utilities for Android development.
If you find this library to your liking know this: It's mainly for use in my own projects. I maintain no changelog and anything can change at any time.
Dimen class for encapsulating resolved dimensions,Dimen objects.LazyDimen class for encapsulating dimensions for lazy resolution,LazyDimen objects.TextView, EditText, Button, CheckedTextViewandroid:enabled XML attribute:
ImageView, ImageButton| Extras version | AppCompat version | Features |
|---|---|---|
| 1.2.1 | [25.4.0, 27.0.0) |
TextInputEditTextandroid:enabled XML attribute:
FloatingActionButton| Extras version | AppCompat version | Features |
|---|---|---|
| 1.2.1 | [25.4.0, 27.0.0) |
Button with shadow all the way to Gingerbread ICS.| CardButton version | AppCompat version | Features |
|---|---|---|
| 25.0.0-10 | [25.0.0, 25.4.0) | Solid background, border, foreground ripple, shadow |
| 25.0.0-11 Deprecated | [25.0.0, 25.4.0) | Custom background support |
| 25.4.0-1 | [25.4.0] | Solid background, border, foreground ripple, shadow |
| 25.4.0-2 Deprecated | [25.4.0] | Custom background support |
| 26.0.0-1 | [26.0.0, 28.0.0) | Solid background, border, foreground ripple, shadow |
| 26.0.0-2 | [26.0.0, 28.0.0) | Custom background support |
| 26.0.0-4 | [26.0.0, 28.0.0) | Optionally draw selector behind text and drawables |
| 26.0.0-5 | [26.0.0, 28.0.0) | Fixed compound drawable layout preview, maybe |
| 26.0.0-6 | [26.0.0, 28.0.0) | Fixed API26+ focus highlight when not in touch mode |
| 26.0.0-7 | [26.0.0, ) | Compatibility with support library 28.0.0-alpha1 |
| 26.0.0-8 | [26.0.0, ) | Fix pressed foreground with singleLine="true" |
repositories {
maven { url 'https://dl.bintray.com/consp1racy/maven/' }
}
dependencies {
compile 'net.xpece.android:commons:x.x.x'
compile 'net.xpece.android:commons-dimen:x.x.x'
compile 'net.xpece.android:commons-dimen-lazy:x.x.x'
compile 'net.xpece.android:commons-resources:x.x.x'
compile 'net.xpece.android:commons-services:x.x.x'
compile 'net.xpece.android:appcompat-extra:x.x.x'
compile 'net.xpece.android:design-extra:x.x.x'
compile 'net.xpece.android:widget-cardbutton:x.x.x'
}
Selected from shared topics, language and repository description—not editorial ratings.
arefbhrn /
An Android library, containing a collection of useful custom views
40/100 health