mikepenz/Android-Iconics

Some icons are incorrectly rendered with `IconicsTextView` + XML

Offen

#592 geöffnet am 17.07.2021

 (13 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Kotlin (613 Forks)batch import
help wanted

Repository-Metriken

Stars
 (5.277 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

About this issue

Some icons are incorrectly rendered with IconicsTextView + XML.

  • Pixel C emulator: image

  • Samsung Galaxy S20 Ultra: image

Sample code:

<com.mikepenz.iconics.view.IconicsTextView
  android:layout_width="match_parent"
  android:layout_height="wrap_content"
  android:text="@string/title_statistics_chart_success"
  android:textAppearance="?attr/textAppearanceBody2" />
<string name="title_statistics_chart_success">{gmd-trending-up} Success</string>

Details

  • Used support library version: androidx.appcompat:appcompat:1.4.0-alpha03
  • Used gradle build tools version 4.2.2 / 7.1.1
  • Used tooling / Android Studio version: 4.2.2
  • Used library version: 5.2.8, 5.3.0-b01

Fonts:

  • com.mikepenz:google-material-typeface:4.0.0.1-kotlin@aar
  • com.mikepenz:community-material-typeface:5.8.55.0-kotlin@aar

Contributor Guide