{"id":18484920,"url":"https://github.com/prscx/bottomsheettextview.android","last_synced_at":"2025-05-13T21:30:42.802Z","repository":{"id":92284124,"uuid":"133014362","full_name":"prscX/BottomSheetTextView.Android","owner":"prscX","description":"Android - BottomSheet TextView","archived":false,"fork":false,"pushed_at":"2018-06-24T07:01:18.000Z","size":16597,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T21:46:12.819Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prscX.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-05-11T08:46:13.000Z","updated_at":"2019-01-22T23:33:32.000Z","dependencies_parsed_at":"2023-03-21T08:56:22.872Z","dependency_job_id":null,"html_url":"https://github.com/prscX/BottomSheetTextView.Android","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2FBottomSheetTextView.Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2FBottomSheetTextView.Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2FBottomSheetTextView.Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2FBottomSheetTextView.Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prscX","download_url":"https://codeload.github.com/prscX/BottomSheetTextView.Android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254030823,"owners_count":22002655,"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-11-06T12:43:34.538Z","updated_at":"2025-05-13T21:30:42.684Z","avatar_url":"https://github.com/prscX.png","language":"Java","funding_links":["https://www.buymeacoffee.com/prscX"],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n\n    BottomSheetTextView.Android\n\nIf this project has helped you out, please support us with a star 🌟\n\u003c/h1\u003e\n\n\n| |\n| ----------------- |\n| \u003cimg src=\"./assets/hero.gif\" width=\"400\" height=\"600\" /\u003e                 |\n\n\n## 📖 Getting Started\n\nBottomSheetTextView.Android is distributed using jcenter.\n\n```\nbuildscript {\n    repositories {\n        jcenter()\n        maven { url \"https://maven.google.com\" }\n    }\n    ...\n}\n\nallprojects {\n    repositories {\n        jcenter()\n        mavenLocal()\n        maven { url \"https://maven.google.com\" }\n        ...\n    }\n}\n\ndependencies {\n    compile 'com.github.prscX:BottomSheetTextView.Android:0.0.1'\n}\n\n```\n\n## 💻 Usage\n\n```java\n\nBottomSheetTextView.Builder builder = new BottomSheetTextView.Builder(activity);\nbuilder.setTitle(\"Bottom Sheet\");\nbuilder.setDescription(\"BottomSheetDialogFragment is a thin layer on top of the regular support library Fragment that renders your fragment as a modal bottom sheet, fundamentally acting as a dialog.\"); \n\nbuilder.show();\n```\n\n## 🎨 API's\n\n- **setTitle(String):** Specify the title of bottomsheet\n- **setTitleSize(int):** Specify the font size of title\n- **setTitleColor(String):** Specify the color of title\n\n- **setDescription(String):** Specify the description of bottomsheet\n- **setDescriptionSize(int):** Specify the font size of description\n- **setDescriptionColor(String):** Specify the color of description\n\n- **setBackgroundColor(String):** Specify the background color\n- **setHeaderMinHeight(int):** Specify the header min height\n\n- **show()** Invoke the BottomSheet Text View\n\n## iOS\n\nIf you are looking for similar library on iOS, please use the below one:\n[BottomSheetTextView.iOS](https://github.com/prscX/BottomSheetTextView.iOS)\n\n## ✨ Credits\n\n## 🤔 How to contribute\nHave an idea? Found a bug? Please raise to [ISSUES](https://github.com/prscX/BottomSheetTextView.Android/issues).\nContributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.\n\n## 💫 Where is this library used?\nIf you are using this library in one of your projects, add it in this list below. ✨\n\n\n## 📜 License\nThis library is provided under the Apache License.\n\nBottomSheetTextView.Android @ [prscX](https://github.com/prscX)\n\n## 💖 Support my projects\nI open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).\n\nHowever, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:\n* Starring and sharing the projects you like 🚀\n* If you're feeling especially charitable, please follow [prscX](https://github.com/prscX) on GitHub.\n\n  \u003ca href=\"https://www.buymeacoffee.com/prscX\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\n  Thanks! ❤️\n  \u003cbr/\u003e\n  [prscX.github.io](https://prscx.github.io)\n  \u003cbr/\u003e\n  \u003c/ Pranav \u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprscx%2Fbottomsheettextview.android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprscx%2Fbottomsheettextview.android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprscx%2Fbottomsheettextview.android/lists"}