{"id":15132025,"url":"https://github.com/florent37/materialtextfield","last_synced_at":"2025-09-28T23:32:38.723Z","repository":{"id":91120182,"uuid":"41473277","full_name":"florent37/MaterialTextField","owner":"florent37","description":"A different beautiful Floating Edit Text","archived":true,"fork":false,"pushed_at":"2020-07-02T11:48:06.000Z","size":4572,"stargazers_count":1491,"open_issues_count":28,"forks_count":240,"subscribers_count":54,"default_branch":"master","last_synced_at":"2024-09-27T04:01:59.343Z","etag":null,"topics":["android","field","material","material-design","text"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/florent37.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-27T07:53:51.000Z","updated_at":"2024-08-27T14:43:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"79533319-3791-4d69-9c39-33207f0026c2","html_url":"https://github.com/florent37/MaterialTextField","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FMaterialTextField","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FMaterialTextField/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FMaterialTextField/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FMaterialTextField/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/florent37","download_url":"https://codeload.github.com/florent37/MaterialTextField/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234575214,"owners_count":18854924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","field","material","material-design","text"],"created_at":"2024-09-26T04:02:08.723Z","updated_at":"2025-09-28T23:32:33.067Z","avatar_url":"https://github.com/florent37.png","language":"Java","funding_links":["https://ko-fi.com/A160LCC'"],"categories":[],"sub_categories":[],"readme":"# MaterialTextField\n\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-MaterialTextField-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/2400)\n\nA different beautiful Floating Edit Text\n\n\n\u003ca href=\"https://goo.gl/WXW8Dc\"\u003e\n  \u003cimg alt=\"Android app on Google Play\" src=\"https://developer.android.com/images/brand/en_app_rgb_wo_45.png\" /\u003e\n\u003c/a\u003e\n\n[![screen](https://raw.githubusercontent.com/florent37/MaterialTextField/master/screens/2_small.png)](https://www.youtube.com/watch?v=Rax_o3URazU)\n\n[![screen](http://i.giphy.com/l41lVkA0YkaZWNT0I.gif)](https://www.youtube.com/watch?v=Rax_o3URazU)\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.github.florent37.materialtextfield.sample\"\u003e\n  \u003cimg alt=\"Android app on Google Play\" src=\"https://developer.android.com/images/brand/en_app_rgb_wo_45.png\" /\u003e\n\u003c/a\u003e\n\n# Usage\n\nSurround your EditText by a MaterialTextField\n\n```xml\n\u003ccom.github.florent37.materialtextfield.MaterialTextField\n        android:layout_width=\"300dp\"\n        android:layout_height=\"wrap_content\"\n        app:mtf_labelColor=\"#666\"\n        app:mtf_image=\"@drawable/ic_mail_grey600_24dp\"\n        \u003e\n\n        \u003cEditText\n             android:layout_width=\"match_parent\"\n             android:layout_height=\"wrap_content\"\n             android:hint=\"Password\"\n             android:textColor=\"#333\"\n             android:textSize=\"15sp\" /\u003e\n\n\u003c/com.github.florent37.materialtextfield.MaterialTextField\u003e\n\n```\n\nDon't forget to precise a drawable to **mtf_image**\n\n```xml\napp:mtf_image=\"@drawable/ic_mail_grey600_24dp\"\n```\n\n# Available attributes\n\n```xml\n\u003ccom.github.florent37.materialtextfield.MaterialTextField\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"wrap_content\"\n    \n    app:mtf_cardCollapsedHeight=\"4dp\"\n    app:mtf_image=\"@drawable/ic_mail_grey600_24dp\"\n    app:mtf_animationDuration=\"1000\"\n    app:mtf_labelColor=\"@android:color/holo_red_dark\"\n    app:mtf_openKeyboardOnFocus=\"true\"\u003e\n```\n\n# Download\n\n\u003ca href='https://ko-fi.com/A160LCC' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n\nIn your module [![Download](https://api.bintray.com/packages/florent37/maven/MaterialTextField/images/download.svg)](https://bintray.com/florent37/maven/MaterialTextField/_latestVersion)\n```groovy\nimplementation 'com.github.florent37:materialtextfield:1.0.7'\n```\n\n# Log\n\n1.0.6\n- support focusability\n- added `app:mtf_hasFocus=\"false\"`\n\n1.0.3\n\n- removed some dependencies\n- fix for 4.4\n\n1.0.2\n\n- backport fix for Pre-Lollipop\n- added mtf_cardCollapsedHeight attribute\n\n# Credits\n\nAuthor: Florent Champigny \n\nFiches Plateau Moto : [https://www.fiches-plateau-moto.fr/](https://www.fiches-plateau-moto.fr/)\n\n\u003ca href=\"https://goo.gl/WXW8Dc\"\u003e\n  \u003cimg alt=\"Android app on Google Play\" src=\"https://developer.android.com/images/brand/en_app_rgb_wo_45.png\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://plus.google.com/+florentchampigny\"\u003e\n  \u003cimg alt=\"Follow me on Google+\"\n       src=\"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/gplus.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://twitter.com/florent_champ\"\u003e\n  \u003cimg alt=\"Follow me on Twitter\"\n       src=\"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/twitter.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.linkedin.com/in/florentchampigny\"\u003e\n  \u003cimg alt=\"Follow me on LinkedIn\"\n       src=\"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/linkedin.png\" /\u003e\n\u003c/a\u003e\n\nDesigner: Srikant Shetty\n\nOriginally designed on MaterialUp : [http://www.materialup.com/posts/new-material-text-fields-application](http://www.materialup.com/posts/new-material-text-fields-application)\n\n\u003ca href=\"www.dribbble.com/srikant\"\u003e\n  \u003cimg alt=\"Follow me on Dribble\"\n       src=\"http://icons.iconarchive.com/icons/graphics-vibe/classic-3d-social/72/dribbble-icon.png\" /\u003e\n\u003c/a\u003e\n\n\nLicense\n--------\n\n    Copyright 2015 florent37, Inc.\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://www.apache.org/licenses/LICENSE-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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorent37%2Fmaterialtextfield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorent37%2Fmaterialtextfield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorent37%2Fmaterialtextfield/lists"}