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

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

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

wrapp/floatlabelededittext

0
View on GitHub↗
1,125 星标·217 分支·Java·5 次浏览

Floatlabelededittext

Floating hint from edit text - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users

Features

  • Text and Labels - Input field with floating label text.

Star 历史

wrapp/floatlabelededittext 的 Star 历史图表wrapp/floatlabelededittext 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Floatlabelededittext 的开源替代方案

相似的开源项目,按与 Floatlabelededittext 的功能重合度排序。
  • bluejamesbond/textjustify-androidbluejamesbond 的头像

    bluejamesbond/TextJustify-Android

    1,843在 GitHub 上查看↗

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

    Java
    在 GitHub 上查看↗1,843
  • 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
  • amulyakhare/textdrawableamulyakhare 的头像

    amulyakhare/TextDrawable

    3,142在 GitHub 上查看↗

    This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also included is a fluent interface for creating drawables and a customizable ColorGenerator.

    Java
    在 GitHub 上查看↗3,142
查看 Floatlabelededittext 的所有 10 个替代方案→

常见问题解答

wrapp/floatlabelededittext 是做什么的?

Floating hint from edit text - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users

wrapp/floatlabelededittext 的主要功能有哪些?

wrapp/floatlabelededittext 的主要功能包括:Text and Labels。

wrapp/floatlabelededittext 有哪些开源替代品?

wrapp/floatlabelededittext 的开源替代品包括: amulyakhare/textdrawable — This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can… 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… manabu-gt/expandabletextview — ExpandableTextView is a reusable Android UI component and a custom extension of the standard Android TextView. It is… matthewrkula/secrettextview — A TextView that simulates the effect from the app Secret where the characters fade in/out at different speeds. pavlospt/roundedletterview — RoundedLetterView like the one in Android 5.0 Contacts app.