{"id":13645043,"url":"https://github.com/GeorgeArgyrakis/FloatingKeyboard","last_synced_at":"2025-04-21T11:32:42.705Z","repository":{"id":192047030,"uuid":"80981017","full_name":"GeorgeArgyrakis/FloatingKeyboard","owner":"GeorgeArgyrakis","description":"A Draggable and Floating KeyboardView for android that several EditText's can register to use it.","archived":false,"fork":false,"pushed_at":"2018-11-06T08:10:15.000Z","size":1483,"stargazers_count":223,"open_issues_count":1,"forks_count":46,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-08-02T01:24:26.900Z","etag":null,"topics":["android","drag-and-drop","floating","keyboard"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GeorgeArgyrakis.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}},"created_at":"2017-02-05T08:53:56.000Z","updated_at":"2024-08-01T14:59:21.000Z","dependencies_parsed_at":"2023-09-02T08:46:13.094Z","dependency_job_id":"e3939d45-5297-427f-88e1-97323d1f5fff","html_url":"https://github.com/GeorgeArgyrakis/FloatingKeyboard","commit_stats":null,"previous_names":["georgeargyrakis/floatingkeyboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeorgeArgyrakis%2FFloatingKeyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeorgeArgyrakis%2FFloatingKeyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeorgeArgyrakis%2FFloatingKeyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeorgeArgyrakis%2FFloatingKeyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeorgeArgyrakis","download_url":"https://codeload.github.com/GeorgeArgyrakis/FloatingKeyboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223860392,"owners_count":17215682,"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","drag-and-drop","floating","keyboard"],"created_at":"2024-08-02T01:02:24.199Z","updated_at":"2025-04-21T11:32:42.696Z","avatar_url":"https://github.com/GeorgeArgyrakis.png","language":"Java","funding_links":[],"categories":["软键盘"],"sub_categories":[],"readme":"# FloatingKeyboard\nA Floating and Draggable KeyboardView for android that several EditText's can register to use it.\n\n![Alt text](demo_small.gif?raw=true \"FloatingKeaboardView Demo\")\n\n## Usage\nUse it as normal keyboard view and\n\n1. Place `FloatingKeyboardView` inside a `FrameLayout` or a `RelativeLayout` (TIP: Put it last or/and with some elevation)\n2. Make an xml with you keyboard layout (https://developer.android.com/reference/android/inputmethodservice/Keyboard.html)\n3. Declare it in activity code `FloatingKeyboardView mCustomKeyboard = (FloatingKeyboardView) findViewById(R.id.keyboardview);`\n4. Assign the keyboard layout `mCustomKeyboard.setKeyboard(new Keyboard(this, R.xml.numkbd));`\n5. Register edittexts to use it `mCustomKeyboard.registerEditText(R.id.edittext1);`\n\nOptional but highly recommended:\n\n1. Set a transparent background `android:background=\"@android:color/transparent\"`\n2. Disable text shadow `android:shadowRadius=\"0.0\"`\n3. Make a drawable selector and use as a key background `android:keyBackground=\"@drawable/keyback\"`\n\n## About\nBased on the following great guide from Maarten Pennings (http://www.fampennings.nl/maarten/android/09keyboard/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGeorgeArgyrakis%2FFloatingKeyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGeorgeArgyrakis%2FFloatingKeyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGeorgeArgyrakis%2FFloatingKeyboard/lists"}