-
I tried to replace the "view.addSpan (new DotSpan (5, color));" of "decorate(DayViewFacade view)" by
```
Drawable image = getResources().getDrawable(R.drawable.round_warning_24);
view.addS…
Moh09 updated
3 years ago
-
I have the following error:
```
System.OverflowException: Value was either too large or too small for an unsigned byte.
at System.Number.ThrowOverflowException(TypeCode type)
at System.Conve…
-
Hi, it would be possible add support for change ripple thumb drawable ? I have issue with API 21 where android:attr/colorControlHighlight" native is "red", API > 21 works properly like native SeekBa…
-
Given the following example resource hook:
``` java
xRes.setReplacement(0xdeadbeef, new XResources.DrawableLoader() {
@Override
public Drawable newDrawable(XResources xResources, int i) throw…
kmark updated
5 years ago
-
The game currently uses three 320x200 images (stored in `CIA.BUT` and `VAB.IMG`) for different hardware sprites:
![cia.but](https://f.cloud.github.com/assets/118362/63525/33862c7a-5dea-11e2-9be1-262f…
-
Currently, when I read the code, I see that just only change color for thumb and track. How can I add a custom thumb or track drawable to replace default of recycler view. Look forward to hearing from…
-
Hi, how can i use my own drawable as a button?
I mean replacing the circle background with my own background.
thanks!
-
**Describe the bug**
As part of API changes to Android 12, splash screens running on Android 12 or higher (API 31+) devices display differently to those running on lower versions
https://developer.…
-
Currently I was trying to change fill color based on the condition where fill = #000000.
But using the above selector in code doesn't work with library while the same same css style works on w3scho…
-
In version 2.2.0 the placeholder image is stretched right before being replaced with the actual image. It looks ugly. In previous version 2.1.1, this worked as expected. Here is the relevant code:
mP…