Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
19 views

When navigating from a fragment containing a PreferenceScreen, artifacts appear in the Button

I have 2 Fragments, the second one contains the PreferenceScreen, the first one contains the RecyclerView, a root container for the RecyclerView - MaterialCard. The root container of the item is a ...
Pavel's user avatar
  • 13
2 votes
2 answers
355 views

Custom font displays artifacts

I use a custom font for my application. The code is really simple to integrate it : Typeface tf = Typeface.createFromAsset(getApplicationContext().getAssets(), "fonts/PermanentMarker.ttf")...
g123k's user avatar
  • 3,894