{"id":13989524,"url":"https://github.com/dupengtao/BubbleTextView","last_synced_at":"2025-07-22T11:30:36.980Z","repository":{"id":35449278,"uuid":"39716272","full_name":"dupengtao/BubbleTextView","owner":"dupengtao","description":"Android Bubble View","archived":false,"fork":false,"pushed_at":"2017-02-08T03:33:33.000Z","size":97,"stargazers_count":665,"open_issues_count":4,"forks_count":132,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-11-29T08:39:15.486Z","etag":null,"topics":[],"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/dupengtao.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":"2015-07-26T06:29:35.000Z","updated_at":"2024-11-01T02:51:48.000Z","dependencies_parsed_at":"2022-08-26T13:22:34.258Z","dependency_job_id":null,"html_url":"https://github.com/dupengtao/BubbleTextView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dupengtao/BubbleTextView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dupengtao%2FBubbleTextView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dupengtao%2FBubbleTextView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dupengtao%2FBubbleTextView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dupengtao%2FBubbleTextView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dupengtao","download_url":"https://codeload.github.com/dupengtao/BubbleTextView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dupengtao%2FBubbleTextView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266483438,"owners_count":23936342,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-09T13:01:43.362Z","updated_at":"2025-07-22T11:30:36.683Z","avatar_url":"https://github.com/dupengtao.png","language":"Java","funding_links":[],"categories":["Java","Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"# BubbleTextView\n\n- Custom arrow position\n- Custom fillet radius\n- Custom background color\n- Can be placed anywhere\n- Two default style\n- Two default theme\n\n## Snapshot\n![BubbleTextView 2.0](http://7d9pic.com1.z0.glb.clouddn.com/bubblew_view3.png)\n![BubbleTextView 1.0](http://7d9pic.com1.z0.glb.clouddn.com/bubblew_view.png)\n## Custom Attribute\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cresources\u003e\n    \u003cdeclare-styleable name=\"LeBubbleTextView\"\u003e\n        \u003c!-- Corner radius for LeBubbleTextView. --\u003e\n        \u003cattr name=\"bubbleCornerRadius\" format=\"dimension\"/\u003e\n        \u003c!-- Background color for LeBubbleTextView. --\u003e\n        \u003cattr name=\"bubbleBackgroundColor\" format=\"color\"/\u003e\n        \u003c!-- text size for LeBubbleTextView. --\u003e\n        \u003cattr name=\"bubbleTextSize\" format=\"dimension\"/\u003e\n        \u003c!-- text color for LeBubbleTextView. --\u003e\n        \u003cattr name=\"bubbleTextColor\" format=\"color\"/\u003e\n        \u003c!-- text for LeBubbleTextView. --\u003e\n        \u003cattr name=\"bubbleText\" format=\"string\"/\u003e\n        \u003c!-- text for LeBubbleTitleView. --\u003e\n        \u003cattr name=\"bubbleTitleText\" format=\"string\"/\u003e\n        \u003c!-- direction for arrow. --\u003e\n        \u003cattr name=\"bubbleArrowDirection\"\u003e\n            \u003cenum name=\"left\" value=\"1\"/\u003e\n            \u003cenum name=\"top\" value=\"2\"/\u003e\n            \u003cenum name=\"right\" value=\"3\"/\u003e\n            \u003cenum name=\"bottom\" value=\"4\"/\u003e\n        \u003c/attr\u003e\n        \u003c!-- direction for arrow. --\u003e\n        \u003cattr name = \"relativePosition\" format = \"fraction\" /\u003e\n        \u003c!-- Press state Background color for LeBubbleTextView. --\u003e\n        \u003cattr name=\"bubbleBackgroundPressColor\" format=\"color\"/\u003e\n    \u003c/declare-styleable\u003e\n\u003c/resources\u003e\n```\n\n## Custom Style\n```xml\n    \u003cstyle name=\"LeBubbleTextView\"\u003e\n        \u003citem name=\"bubbleBackgroundColor\"\u003e@color/bubbleView_dark_background\u003c/item\u003e\n        \u003citem name=\"bubbleTextColor\"\u003e@color/bubbleView_dark_text_color\u003c/item\u003e\n        \u003citem name=\"bubbleCornerRadius\"\u003e@dimen/bubbleView_default_radius\u003c/item\u003e\n        \u003citem name=\"bubbleTextSize\"\u003e@dimen/bubbleView_default_text_size\u003c/item\u003e\n        \u003citem name=\"bubbleBackgroundPressColor\"\u003e@color/bubbleView_dark_press_background\u003c/item\u003e\n    \u003c/style\u003e\n\n    \u003cstyle name=\"LeBubbleTextView.Light\"\u003e\n        \u003citem name=\"bubbleBackgroundColor\"\u003e@color/bubbleView_light_background\u003c/item\u003e\n        \u003citem name=\"bubbleTextColor\"\u003e@color/bubbleView_light_text_color\u003c/item\u003e\n        \u003citem name=\"bubbleBackgroundPressColor\"\u003e@color/bubbleView_light_press_background\u003c/item\u003e\n    \u003c/style\u003e\n    \u003cstyle name=\"LeBubbleTextView.Dark\"\u003e\n        \u003citem name=\"bubbleBackgroundColor\"\u003e@color/bubbleView_dark_background\u003c/item\u003e\n        \u003citem name=\"bubbleTextColor\"\u003e@color/bubbleView_dark_text_color\u003c/item\u003e\n        \u003citem name=\"bubbleBackgroundPressColor\"\u003e@color/bubbleView_dark_press_background\u003c/item\u003e\n    \u003c/style\u003e\n```\n\n## License\n\n   Copyright (C) 2015 The Android Open Source Project\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%2Fdupengtao%2FBubbleTextView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdupengtao%2FBubbleTextView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdupengtao%2FBubbleTextView/lists"}