awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesView-Layer Injection

Injecting custom typefaces into Android views by overriding the default font resolution during instantiation.

Distinct from Font Overrides: Distinct from Font Overrides: specifically focuses on the injection mechanism during the view creation process rather than static configuration.

Explore 1 awesome GitHub repository matching user interface & experience · View-Layer Injection. Refine with filters or upvote what's useful.

Awesome View-Layer Injection GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • chrisjenx/calligraphychrisjenx 的头像

    chrisjenx/Calligraphy

    8,529在 GitHub 上查看↗

    Calligraphy is an Android typography framework and custom font manager used to map custom font files to text views through hierarchical style resolution and global default configurations. It provides a system for defining global default fonts and fallback priorities across an entire Android application. The project manages font assignments by evaluating a priority chain of view attributes, styles, text appearances, and themes. This allows for the injection of custom typefaces into Android text components and the mapping of font assets to theme attributes to maintain a uniform visual identity.

    Injects custom typefaces into Android text components by overriding default font resolution during view instantiation.

    Java
    在 GitHub 上查看↗8,529
  1. Home
  2. User Interface & Experience
  3. Font Configurations
  4. Font Overrides
  5. View-Layer Injection