Effects-Pro A practical and easy-to-use Android application to apply several filters to an image at once. Features Applying several filters Undoing filters one by one Maintaining maximum image quality Taking photos using camera or choosing from SD-C
Android Colored Vector Drawable Use this library to change colors of your vector drawables easily from your code. If you want to set a colored vector in Imageview: DrawableHelper .withContext(this) .withColor(R.color.white) .withDrawable(R.drawable
Crescento Android library that adds a curve at the below of image views and relative layouts. CrescentoImageView and CrescentoContainer are the image view and relative layout respectively. You can change the radius of curve with attribute:curvature.
android-segmented-control Android-Segmented is a custom view for Android which is based on RadioGroup and RadioButton widget. This implementation is inspired by Segmented Controls for iOS. Including in your project: Download source code and import a
Background Android 4.4 (KitKat) introduced translucent system UI styling for status bar, then Android 5.0 offers simple ways to enable translucency in Activity( android:windowTranslucentStatus) and tint color for status bar,But how to perfectly achi
This library aims to overcome the limitations of Toasts and Snackbars, while reducing the complexity of your layouts.A customisable Alert view is dynamically added to the Decor View of the Window, overlaying all content.Gradledependencies { impl
AppDress
AppDress是一个Android库,可通过简单的代码更改应用程序ui颜色。 与共同
实施文档:
case R . id . rb_gray : {
AppDress . tint( new GrayColor ());
break ;
}
case R . id . rb_eye_protection : {
AppDress . tint( new EyeProtectionColor ( 0.3f ));
break ;
}
case