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

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

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

RomainPiel/Shimmer-androidArchived

0
View on GitHub↗
1,973 星标·433 分支·Java·4 次浏览

Shimmer Android

(DEPRECATED) An Android TextView with a shimmering effect

Features

  • Text and Labels - Shimmering text animation effect.
  • Text Components - Text view with a shimmering visual effect.

Star 历史

romainpiel/shimmer-android 的 Star 历史图表romainpiel/shimmer-android 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Shimmer Android 的开源替代方案

相似的开源项目,按与 Shimmer Android 的功能重合度排序。
  • grantland/android-autofittextviewgrantland 的头像

    grantland/android-autofittextview

    4,246在 GitHub 上查看↗

    This is a custom Android UI component designed to automatically adjust font sizes so that text content fits within defined layout bounds. It functions as a text scaling tool that ensures strings remain visible and contained within specified width and height constraints. The component implements adaptive layout design by dynamically modifying text size based on available screen real estate. It utilizes a measure-based fit calculation and iterative scaling to prevent text from being clipped or wrapping unexpectedly across different device resolutions.

    Java
    在 GitHub 上查看↗4,246
  • manabu-gt/expandabletextviewManabu-GT 的头像

    Manabu-GT/ExpandableTextView

    4,063在 GitHub 上查看↗

    ExpandableTextView is a reusable Android UI component and a custom extension of the standard Android TextView. It is designed to manage the display of long text blocks by toggling them between truncated and full-length states. The component implements a read-more interaction that triggers animated height transitions to expand or collapse content. It uses internal state management to switch between read-more and read-less labels based on the current visibility of the text. This view handles text truncation logic and dynamic line manipulation to ensure a compact layout while maintaining the ab

    Java
    在 GitHub 上查看↗4,063
  • bluejamesbond/textjustify-androidbluejamesbond 的头像

    bluejamesbond/TextJustify-Android

    1,843在 GitHub 上查看↗

    :pagefacingup: Android Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0

    Java
    在 GitHub 上查看↗1,843
  • quiqueqs/babushkatextquiqueqs 的头像

    quiqueqs/BabushkaText

    742在 GitHub 上查看↗

    A simpler way to style your TextViews

    Java
    在 GitHub 上查看↗742
查看 Shimmer Android 的所有 30 个替代方案→

常见问题解答

romainpiel/shimmer-android 是做什么的?

(DEPRECATED) An Android TextView with a shimmering effect

romainpiel/shimmer-android 的主要功能有哪些?

romainpiel/shimmer-android 的主要功能包括:Text and Labels, Text Components。

romainpiel/shimmer-android 有哪些开源替代品?

romainpiel/shimmer-android 的开源替代品包括: manabu-gt/expandabletextview — ExpandableTextView is a reusable Android UI component and a custom extension of the standard Android TextView. It is… romainpiel/titanic — (DEPRECATED) Android experiment showing a sinking TextView. bluejamesbond/textjustify-android — :page_facing_up: Android Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0. grantland/android-autofittextview — This is a custom Android UI component designed to automatically adjust font sizes so that text content fits within… quiqueqs/babushkatext — A simpler way to style your TextViews. andyken/moneytextview.