Morteza Rastgoo

Results 31 issues of Morteza Rastgoo

App runs and creates database and tables correctly but when i try to save models, i get this exception. But when app crashes and i relunch the app, the error...

I have forced to load an style by calling: ``` Colorful().edit() .setPrimaryColor(ThemeColor.RED) .setAccentColor(ThemeColor.BLUE) .setDarkTheme(false) .setTranslucent(false) .setCustomThemeOverride(R.style.AppThemeDark) .apply(activity!!) { activity!!.recreate() } ``` And set a textAppearance in my style: But nothing...

Add ability to find out about new finger enrollment

feature request

I need to add a custom slide with custom layout and add them to the slider but I don't know how to customize the Banner to add any layout to...

I use .circleCrop() this way but it is not applied to the image: ```kotlin GlideToVectorYou .init() .with(context) .requestBuilder .load(url) .circleCrop() .into(imageView) ``` Also any kind of `.apply(RequestOptions.bitmapTransform(transformation))` is not working...