{"id":13644533,"url":"https://github.com/wangshaolei/AutoFillEmailEditText","last_synced_at":"2025-04-21T10:33:28.364Z","repository":{"id":217102630,"uuid":"70894154","full_name":"wangshaolei/AutoFillEmailEditText","owner":"wangshaolei","description":"Auto Fill the custom email to EditText","archived":false,"fork":false,"pushed_at":"2018-10-26T06:07:48.000Z","size":103,"stargazers_count":260,"open_issues_count":1,"forks_count":34,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-09T17:41:52.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/wangshaolei.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-10-14T09:15:52.000Z","updated_at":"2024-05-25T03:33:44.000Z","dependencies_parsed_at":"2024-01-14T16:05:38.157Z","dependency_job_id":"0bdebddc-a42e-4117-85f8-903041d70064","html_url":"https://github.com/wangshaolei/AutoFillEmailEditText","commit_stats":null,"previous_names":["wangshaolei/autofillemailedittext"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangshaolei%2FAutoFillEmailEditText","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangshaolei%2FAutoFillEmailEditText/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangshaolei%2FAutoFillEmailEditText/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangshaolei%2FAutoFillEmailEditText/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wangshaolei","download_url":"https://codeload.github.com/wangshaolei/AutoFillEmailEditText/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250040482,"owners_count":21365113,"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":[],"created_at":"2024-08-02T01:02:06.756Z","updated_at":"2025-04-21T10:33:27.443Z","avatar_url":"https://github.com/wangshaolei.png","language":"Java","readme":"# AutoFillEmailEditText\nAuto fill the custom email to EditText\n\n## Step1\n\n```xml\n\u003cdeclare-styleable name=\"AutoFillEmailEditText\"\u003e\n    \u003cattr name=\"AutoFillEmailEditText_domains\" format=\"string\"/\u003e //email's domain, split ','(en) and first char must be with '/'\n    \u003cattr name=\"AutoFillEmailEditText_default_drop_down_key_color\" format=\"color\"/\u003e//drop down word color\n    \u003cattr name=\"AutoFillEmailEditText_default_drop_down_bg\" format=\"reference\"/\u003e//drop down bg\n    \u003cattr name=\"AutoFillEmailEditText_default_drop_down_divider\" format=\"boolean\"/\u003e//drop down divider\n\u003c/declare-styleable\u003e\n```\n\n## Step2\n```xml\n\u003ccom.len.library.AutoFillEmailEditText\n  android:id=\"@+id/et_mail\"\n  android:layout_width=\"match_parent\"\n  android:layout_height=\"wrap_content\"\n  android:layout_marginLeft=\"20dp\"\n  android:layout_marginRight=\"20dp\"\n  android:layout_marginTop=\"10dp\"\n  android:drawablePadding=\"10dp\"\n  android:hint=\"邮箱地址\"\n  android:singleLine=\"true\"\n  android:textSize=\"15sp\"\n  app:AutoFillEmailEditText_default_drop_down_divider=\"true\"\n  app:AutoFillEmailEditText_domains=\"/@qq.com,@gmail.com,@126.com,@163.com\" //notice\n/\u003e\n```\n\n![](https://github.com/wangshaolei/AutoFillEmailEditText/blob/master/img/1.png)\n\n","funding_links":[],"categories":["EditText"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangshaolei%2FAutoFillEmailEditText","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwangshaolei%2FAutoFillEmailEditText","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangshaolei%2FAutoFillEmailEditText/lists"}