-
Hi , i get this error --> The R.attr.fontPath not resolve. for this line --> setFontAttrId(R.attr.fontPath)
ViewPump.init(
ViewPump.builder()
.addInterceptor(
CalligraphyInterceptor(
Calligra…
-
Suppose I want to use **DroidKufi-Regular.ttf** font But want to use text size 12 and 15. Mean I want to use the same font with two text size variation. How can I do that dynamically (In java Code)?
…
-
android:textStyle="bold"
i use the code in my textview ,but it not work.
-
When I build the fat aar, the r-classes.jar has R files for all embedded modules but not the main module
-
Great library(thanks very much), it was working great up to now but with Oreo devices it's not working anymore and sadly there is no information on the net about how to correct the issue. Can anyone e…
-
For apps targeting Android Q:
ViewPumpContextWrapper.java uses `mConstructorArgs`property in `createCustomViewInternal` method via reflection. Currently, this causes a NPE in this method:
` …
-
please upgrade Calligraphy for match with
io.github.inflationx:viewpump:2.0.0
Ali72 updated
5 years ago
-
ViewPump only works at runtime, support design time preview?
-
I've noticed a crash on Android Q Beta 2 using Calligraphy 2.2.0. Seems to happen when using `CalligraphyContextWrapper.wrap()`:
**Offending code**:
```kotlin
override fun attachBaseContext(n…
-
As far as I can tell, this library does reflection but not on any of its own types. It's unclear why you are shipping ProGuard rules that retain the entire library, prevent it from being optimized, an…