{"id":13644515,"url":"https://github.com/xujinyang/BiuEditText","last_synced_at":"2025-04-21T10:33:27.874Z","repository":{"id":71717075,"uuid":"46666962","full_name":"xujinyang/BiuEditText","owner":"xujinyang","description":"biu，biu，一个有趣的EditText","archived":false,"fork":false,"pushed_at":"2016-10-28T09:58:10.000Z","size":123,"stargazers_count":675,"open_issues_count":4,"forks_count":133,"subscribers_count":32,"default_branch":"master","last_synced_at":"2024-11-09T17:41:52.521Z","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/xujinyang.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":"2015-11-22T15:41:06.000Z","updated_at":"2024-10-18T14:34:58.000Z","dependencies_parsed_at":"2023-04-08T15:21:22.105Z","dependency_job_id":null,"html_url":"https://github.com/xujinyang/BiuEditText","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xujinyang%2FBiuEditText","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xujinyang%2FBiuEditText/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xujinyang%2FBiuEditText/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xujinyang%2FBiuEditText/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xujinyang","download_url":"https://codeload.github.com/xujinyang/BiuEditText/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250040481,"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.446Z","updated_at":"2025-04-21T10:33:27.173Z","avatar_url":"https://github.com/xujinyang.png","language":"Java","funding_links":[],"categories":["EditText","Libs","Java"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"# BiuEditText\nbiu，biu，一个有趣的EditText\n\n这俩天看到屌炸天的[activate-power-mode](https://atom.io/packages/activate-power-mode)，这可能有点和之前的动画触发有些区别，新脑洞，依赖键盘输入。但BiuEditText不是在模仿activate-power-mode，而是一个更屌炸世界的键盘，哪里有卖真想买一个。\n\n![帅](http://45.media.tumblr.com/cf210d7c444b3e4d5e5a49ebb0bf9dae/tumblr_ny0aidok9u1rc7zl1o3_250.gif)\n\n如果喜欢这个效果，欢迎提pr，搞点有趣的。\n\n# 直接看效果\n\n![](http://7o4zmy.com1.z0.glb.clouddn.com/2015-11-24%2023_16_17.gif)\n\nand\n\n![](http://7o4zmy.com1.z0.glb.clouddn.com/2015-12-05%2017_56_35.gif)\n\n# Usage\n### Step 1\n##### Install with gradle\n        dependencies {\n            compile 'com.xujinyang.BiuEditText:library:1.4.1'\n        }\n### Step 2\n\n    \u003cme.james.biuedittext.BiuEditText\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        android:hint=\"biu,biu,发射1号\"\n        android:textColor=\"@android:color/white\"\n        app:biu_duration=\"800\"\n        app:biu_text_color=\"@android:color/white\"\n        app:biu_text_scale=\"1.5\"\n        app:biu_type=\"flydown\"\n        app:biu_text_start_size=\"12sp\" /\u003e\n       \n####attrs:\n\n| 参数 | 类型 |含义|\n|--------|--------|--------|\n|   biu_duration     |   int     | 动画时长|\n|biu_text_color|color|飞来飞去的文本颜色|\n|biu_text_start_size|dimension|文本原来大小|\n|biu_text_scale|float|文本放大倍数|\n|biu_type|String|动画类型：flyDown，flyup|\n\n### Step 3\n```\npublic class MainActivity extends AppCompatActivity {\n    private BiuEditText editText;\n\n    @Override\n    protected void onCreate(Bundle savedInstanceState) {\n        super.onCreate(savedInstanceState);\n        setContentView(R.layout.activity_main);\n        editText = (BiuEditText) findViewById(R.id.biucontainer);\n    }\n}\n\n```\n\nLicense\n--------\nBiuEditText is opensource, contribution and feedback are welcomed\n\n[Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)\n\n    Copyright 2015 Supercharge\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 \n## About me\n[CSDN](http://blog.csdn.net/mobilexu)\n\n[weibo](http://weibo.com/3654795601/profile?topnav=1\u0026wvr=6)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxujinyang%2FBiuEditText","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxujinyang%2FBiuEditText","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxujinyang%2FBiuEditText/lists"}