Ely Dantas

Results 7 issues of Ely Dantas

It would be nice to have control over label's `TextView` attributes in RatingReviews's class and xml tags like the ones below: ``` android:fontFamily="@font/..." android:textStyle="bold|italic|normal" android:paddingEnd=... ```

### [Autosizing TextViews](https://developer.android.com/guide/topics/ui/look-and-feel/autosizing-textview) > _With Android 8.0 (API level 26) and higher, you can instruct a TextView to let the text size expand or contract automatically to fill its layout...

This is Playstore's rating bar with gray background bar and green coloured bars on top of it: ![playstore](https://user-images.githubusercontent.com/12100371/85101315-86275b80-b1d8-11ea-8bd6-a66d561becef.png) Should be nice to have the same feature to enable/disable and set...

Updated podfile from: `pod 'Koloda', '-> 4.3.1'` to: `pod "Koloda"` After that `badgeAppearance.textSize = 14` gives the follow message: `"Value of type 'BadgeAppearance' has no member 'textSize'"`. Downloaded GitHub repository...

Banner Slider in RecyclerView(Epoxy) needs to implement `equals and hashCode` so it can keep position/state when scroll. Generating this in `Android Studio's Code>Generate>onEquals and onHash` might be simple ?! :D

Desired look: Actual look: Hi, i'm trying to get the look in the first image using SwitchButton library but couldn't find these details: 1. Rounded corners inside switch not only...

How to add image as background ?