{"id":19442320,"url":"https://github.com/ackeecz/textinputlayout","last_synced_at":"2025-04-25T00:31:43.774Z","repository":{"id":43575451,"uuid":"244657566","full_name":"AckeeCZ/TextInputLayout","owner":"AckeeCZ","description":"Android implementation of TextInputLayout with greater support for outlined boxes","archived":false,"fork":false,"pushed_at":"2023-06-22T07:06:04.000Z","size":329,"stargazers_count":20,"open_issues_count":4,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-15T00:06:37.585Z","etag":null,"topics":["android","material-design","ui-component"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AckeeCZ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-03T14:28:38.000Z","updated_at":"2023-12-27T10:42:29.000Z","dependencies_parsed_at":"2022-08-29T21:10:54.119Z","dependency_job_id":null,"html_url":"https://github.com/AckeeCZ/TextInputLayout","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AckeeCZ%2FTextInputLayout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AckeeCZ%2FTextInputLayout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AckeeCZ%2FTextInputLayout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AckeeCZ%2FTextInputLayout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AckeeCZ","download_url":"https://codeload.github.com/AckeeCZ/TextInputLayout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223974688,"owners_count":17234702,"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","material-design","ui-component"],"created_at":"2024-11-10T15:38:58.592Z","updated_at":"2024-11-10T15:38:58.664Z","avatar_url":"https://github.com/AckeeCZ.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TextInputLayout\n\n[ ![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.ackeecz/TextInputLayout/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.ackeecz/TextInputLayout)\n\n**TextInputLayout** is a library that provides a modified `TextInputLayout`\nfrom Google's [Material Components for Android](\nhttps://github.com/material-components/material-components-android).\nNamely, it provides a component that has an outlined `EditText` with\nhint and error, but does not cut out the border.\n\n**Please note** that only `TextInputLayout` and `TextInputEditText` are\nsupported.\n\n## Preview\n\n![sample](./assets/sample.png)\n\n### Example usage\n\n```XML\n\u003cio.github.ackeecz.ui.textfield.TextInputLayout\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"wrap_content\"\n    android:layout_marginStart=\"16dp\"\n    android:layout_marginTop=\"16dp\"\n    android:layout_marginEnd=\"16dp\"\n    android:layout_marginBottom=\"16dp\"\n    android:hint=\"Username\"\n    app:boxBackgroundColor=\"@color/colorOnBackground\"\n    app:boxBackgroundMode=\"outline\"\n    app:boxCornerRadiusBottomEnd=\"8dp\"\n    app:boxCornerRadiusBottomStart=\"8dp\"\n    app:boxCornerRadiusTopEnd=\"8dp\"\n    app:boxCornerRadiusTopStart=\"8dp\"\n    app:boxStrokeColor=\"@color/input_stroke\"\n    app:boxStrokeWidth=\"0dp\"\n    app:boxStrokeWidthFocused=\"1dp\"\n    app:hintEnabled=\"true\"\n    app:hintPaddingTop=\"12dp\"\n    app:hintTextAppearance=\"@style/TextAppearance.Design.Hint\"\u003e\n\n    \u003cio.github.ackeecz.ui.textfield.TextInputEditText\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        android:background=\"@null\"\n        android:paddingStart=\"16dp\"\n        android:paddingTop=\"28dp\"\n        android:paddingBottom=\"16dp\"\n        android:singleLine=\"true\" /\u003e\n\u003c/io.github.ackeecz.ui.textfield.TextInputLayout\u003e\n```\n\n### Download\nInclude it in your project with  `implementation io.github.ackeecz:TextInputLayout:1.1.0`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fackeecz%2Ftextinputlayout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fackeecz%2Ftextinputlayout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fackeecz%2Ftextinputlayout/lists"}