{"id":21130144,"url":"https://github.com/danoz73/QustomDialog","last_synced_at":"2025-07-09T01:32:30.677Z","repository":{"id":63131212,"uuid":"8640200","full_name":"danoz73/QustomDialog","owner":"danoz73","description":"a quick custom android dialog project","archived":false,"fork":false,"pushed_at":"2013-12-24T01:02:33.000Z","size":1406,"stargazers_count":180,"open_issues_count":7,"forks_count":64,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-11-17T03:28:31.307Z","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/danoz73.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-08T01:01:19.000Z","updated_at":"2024-03-19T19:54:28.000Z","dependencies_parsed_at":"2022-11-13T15:00:28.101Z","dependency_job_id":null,"html_url":"https://github.com/danoz73/QustomDialog","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/danoz73%2FQustomDialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danoz73%2FQustomDialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danoz73%2FQustomDialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danoz73%2FQustomDialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danoz73","download_url":"https://codeload.github.com/danoz73/QustomDialog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225476373,"owners_count":17480215,"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-20T05:32:19.527Z","updated_at":"2024-11-20T05:32:27.288Z","avatar_url":"https://github.com/danoz73.png","language":"Java","funding_links":[],"categories":["Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"QustomDialog\n=======\n\nQustom helps you make quick custom dialogs for Android. All this is, for the time being, is a way to make it easy to achieve the Holo look in a simple dialog that has a different divider color and text color:\n\n![checkitout](http://i.imgur.com/rVCs1Fc.png)\n\nUsage\n-----\n```java\nQustomDialogBuilder qustomDialogBuilder = new QustomDialogBuilder(context).\n\t\tsetTitle(\"Set IP Address\").\n\t\tsetTitleColor(\"#FF00FF\").\n\t\tsetDividerColor(\"#FF00FF\").\n\t\tsetMessage(\"You are now entering the 10th dimension.\").\n\nqustomDialogBuilder.show();\n```\n\nQustomDialog is really just a single class (`QustomDialogBuild.java`) in addition to one layout file ('qustom_dialog_layout.xml'). You can plug these into your project and use it in its simplest form as shown above. If you have the need for more complex layouts other than just a simple message, you can set custom views as shown below (it references an example layout `example_ip_address_layout.xml`).\n\n```java\nQustomDialogBuilder qustomDialogBuilder = new QustomDialogBuilder(context).\n\t\tsetTitle(\"Set IP Address\").\n\t\tsetTitleColor(\"#FF00FF\").\n\t\tsetDividerColor(\"#FF00FF\").\n\t\tsetMessage(\"You are now entering the 10th dimension.\").\n\t\tsetCustomView(R.layout.example_ip_address_layout, context).\n\t\tsetIcon(getResources().getDrawable(R.drawable.ic_launcher));\n\nqustomDialogBuilder.show();\n```\n\n\nLicense\n-------\n\n    Copyright 2010 The Android Open Source Project\n    Copyright 2013 Daniel Smith\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.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanoz73%2FQustomDialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanoz73%2FQustomDialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanoz73%2FQustomDialog/lists"}