mikepenz/Android-Iconics

Some icons are incorrectly rendered with `IconicsTextView` + XML

オープン

#592 opened on 2021/07/17

 (13 件のコメント) (0 件のリアクション) (1 人の担当者)Kotlin (613 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (5,277 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド