[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-4334":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":15,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":16,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":17,"fork":18,"defaultBranch":19,"hasWiki":17,"hasPages":18,"topics":20,"createdAt":9,"pushedAt":9,"updatedAt":21,"readmeContent":22,"aiSummary":23,"trendingCount":15,"starSnapshotCount":15,"syncStatus":24,"lastSyncTime":25,"discoverSource":26},4334,"MaterialEditText","rengwuxian\u002FMaterialEditText","rengwuxian","EditText in Material Design",null,"Java",6081,1033,186,181,0,40.04,true,false,"master",[],"2026-06-12 02:01:02","MaterialEditText\n================\n\n# ⚠️ No Longer Maintained\n\n⚠️ This repository is no longer maintained as I have moved on to Kotlin and Jetpack Compose for Android development.\n\n🙏🏻 Thank you for your interest and contributions!\n\n⛔ Issues and pull requests are no longer actively reviewed.\n\n[![Android Arsenal](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FAndroid%20Arsenal-MaterialEditText-brightgreen.svg?style=flat)](https:\u002F\u002Fandroid-arsenal.com\u002Fdetails\u002F1\u002F1085)\n\n> ## NOTE: 2.0 is NOT BACKWARDS COMPATIBLE! See more on [wiki](https:\u002F\u002Fgithub.com\u002Frengwuxian\u002FMaterialEditText\u002Fwiki) or [中文看这里](http:\u002F\u002Fwww.rengwuxian.com\u002Fpost\u002Fmaterialedittext)\n\n\n![MaterialEditText](.\u002Fimages\u002Fmaterial_edittext.png)\n\nAppCompat v21 makes it easy to use Material Design EditText in our apps, but it's so limited. If you've tried that, you know what I mean. So I wrote MaterialEditText, the EditText in Material Design, with more features that [Google Material Design Spec](http:\u002F\u002Fwww.google.com\u002Fdesign\u002Fspec\u002Fcomponents\u002Ftext-fields.html) has introduced.\n\n## Features\n1. **Basic**\n\n  ![Basic](.\u002Fimages\u002Fbasic.png)\n  \n2. **Floating Label**\n  \n  normal:\n  \n  ![FloatingLabel](.\u002Fimages\u002Ffloating_label.png)\n  \n  highlight:\n  \n  ![HighlightFloatingLabel](.\u002Fimages\u002Fhighlight.png)\n\n  custom floating label text:\n\n  ![CustomFloatingLabelText](.\u002Fimages\u002Fcustom_floating_label_text.png)\n  \n3. **Single Line Ellipsis**\n  \n  ![SingLineEllipsis](.\u002Fimages\u002Fellipsis.png)\n  \n4. **Max\u002FMin Characters**\n  \n  ![MaxCharacters](.\u002Fimages\u002Fmax_characters.png)\n\n  ![MinCharacters](.\u002Fimages\u002Fmin_characters.png)\n\n  ![MinAndMaxCharacters](.\u002Fimages\u002Fmin_and_max.png)\n  \n5. **Helper Text and Error Text**\n\n  ![HelperTextAndErrorText](.\u002Fimages\u002Fhelper_error_text.png)\n\n6. **Custom Base\u002FPrimary\u002FError\u002FHelperText Colors**\n\n  ![CustomColors](.\u002Fimages\u002Fcustom_colors.png)\n\n7. **Custom accent typeface**\n\n  floating label, error\u002Fhelper text, character counter, etc.\n\n  ![CustomAccentTypeface](.\u002Fimages\u002Fcustom_accent_typeface.png)\n\n8. **Hide Underline**\n\n  ![HideUnderLine](.\u002Fimages\u002Fhide_underline.png)\n\n8. **Material Design Icon**\n\n  ![MaterialDesignIcon](.\u002Fimages\u002Fmaterial_design_icon.png)\n\n## Sample\n\n[MaterialEditText-2.1.4-sample.apk](https:\u002F\u002Fgithub.com\u002Frengwuxian\u002FMaterialEditText\u002Freleases\u002Fdownload\u002F2.1.4\u002FMaterialEditText-2.1.4-sample.apk)\n  \n## Download\n\nEclipse:\n[MaterialEditText-2.1.4.aar](https:\u002F\u002Fgithub.com\u002Frengwuxian\u002FMaterialEditText\u002Freleases\u002Fdownload\u002F2.1.4\u002FMaterialEditText-2.1.4.aar)\n\ngradle:\n\n```groovy\ncompile 'com.rengwuxian.materialedittext:library:2.1.4'\n```\n\nMaven:\n```xml\n\u003Cdependency>\n  \u003CgroupId>com.rengwuxian.materialedittext\u003C\u002FgroupId>\n  \u003CartifactId>library\u003C\u002FartifactId>\n  \u003Cversion>2.1.4\u003C\u002Fversion>\n  \u003Ctype>aar\u003C\u002Ftype>\n\u003C\u002Fdependency>\n```\n\n## Usage\n\nSee on [Wiki Page](https:\u002F\u002Fgithub.com\u002Frengwuxian\u002FMaterialEditText\u002Fwiki) or [中文看这里](http:\u002F\u002Fwww.rengwuxian.com\u002Fpost\u002Fmaterialedittext)\n\n## Thanks to\n\n[NineOldAndroids](https:\u002F\u002Fgithub.com\u002FJakeWharton\u002FNineOldAndroids\u002F)\n\n## License\n\n    Copyright 2014 rengwuxian\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n    \n","MaterialEditText 是一个基于 Material Design 的 EditText 控件库。它提供了丰富的功能，如浮动标签、单行省略号、最大\u002F最小字符限制、帮助文本和错误文本等，并支持自定义基本颜色、主要颜色、错误颜色和辅助文本颜色等功能。此外，还支持隐藏下划线以及使用 Material Design 图标。此项目适用于需要遵循 Google Material Design 规范并希望在 Android 应用中提供美观且功能强大的输入框场景。尽管该项目已不再维护，但其提供的功能对于仍使用 Java 开发 Android 应用的开发者来说依然具有很高的参考价值。",2,"2026-06-11 02:59:43","top_language"]