{"id":13645525,"url":"https://github.com/CaMnter/EasyCountDownTextureView","last_synced_at":"2025-04-21T14:31:23.980Z","repository":{"id":98771400,"uuid":"53835954","full_name":"CaMnter/EasyCountDownTextureView","owner":"CaMnter","description":"⏱ Easy count down by TextureView","archived":false,"fork":false,"pushed_at":"2017-08-29T02:32:40.000Z","size":853,"stargazers_count":541,"open_issues_count":4,"forks_count":92,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-09T18:42:51.861Z","etag":null,"topics":["countdown","textureview"],"latest_commit_sha":null,"homepage":"","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/CaMnter.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,"publiccode":null,"codemeta":null}},"created_at":"2016-03-14T07:33:20.000Z","updated_at":"2024-10-04T08:13:36.000Z","dependencies_parsed_at":"2023-05-25T07:00:08.657Z","dependency_job_id":null,"html_url":"https://github.com/CaMnter/EasyCountDownTextureView","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/CaMnter%2FEasyCountDownTextureView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaMnter%2FEasyCountDownTextureView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaMnter%2FEasyCountDownTextureView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaMnter%2FEasyCountDownTextureView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CaMnter","download_url":"https://codeload.github.com/CaMnter/EasyCountDownTextureView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250070173,"owners_count":21369839,"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":["countdown","textureview"],"created_at":"2024-08-02T01:02:36.568Z","updated_at":"2025-04-21T14:31:23.416Z","avatar_url":"https://github.com/CaMnter.png","language":"Java","readme":"EasyCountDownTextureView\n==\n   \n\u003cbr\u003e\n   \n![Language](https://img.shields.io/badge/language-Java-EE0000.svg) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/CaMnter/EasyCountDownTextureView/blob/master/LICENSE) \n![Version](https://img.shields.io/badge/version-1.6-8470FF.svg) \n![SDK](https://img.shields.io/badge/SDK-14%2B-orange.svg) \n[ ![Download](https://api.bintray.com/packages/camnter/maven/EasyCountDownTextureView/images/download.svg) ](https://bintray.com/camnter/maven/EasyCountDownTextureView/_latestVersion)   \n\n**Easy count down by TextureView**\n   \n\u003cbr\u003e\n\u003cbr\u003e\n   \n## Attention\n\n**minSdkVersion \u003e= 14**\n   \n\u003cbr\u003e\n\u003cbr\u003e\n   \n## Gradle\n\n```gradle\ndependencies {\n\tcompile 'com.camnter.easycountdowntextureview:easycountdowntextureview:1.6'\n}\n```\n   \n\u003cbr\u003e\n\u003cbr\u003e\n   \n## Attributes\n\n```xml\n\u003cdeclare-styleable name=\"EasyCountDownTextureView\"\u003e\n    \u003cattr name=\"easyCountRectWidth\"\n        format=\"dimension\"/\u003e\n    \u003cattr name=\"easyCountRectHeight\"\n        format=\"dimension\"/\u003e\n    \u003cattr name=\"easyCountRectRadius\"\n        format=\"dimension\"/\u003e\n    \u003cattr name=\"easyCountRectBorderSize\"\n        format=\"dimension\"/\u003e\n    \u003cattr name=\"easyCountRectBorderColor\"\n        format=\"color\"/\u003e\n    \u003cattr name=\"easyCountRectBorderStroke\"\n        format=\"dimension\"/\u003e\n    \u003cattr name=\"easyCountRectSpacing\"\n        format=\"dimension\"/\u003e\n    \u003cattr name=\"easyCountTimeColor\"\n        format=\"color\"/\u003e\n    \u003cattr name=\"easyCountTimeSize\"\n        format=\"dimension\"/\u003e\n    \u003cattr name=\"easyCountTimeStroke\"\n        format=\"dimension\"/\u003e\n    \u003cattr name=\"easyCountColonColor\"\n        format=\"color\"/\u003e\n    \u003cattr name=\"easyCountColonSize\"\n        format=\"dimension\"/\u003e\n    \u003cattr name=\"easyCountColonStroke\"\n        format=\"dimension\"/\u003e\n    \u003cattr name=\"easyCountBackgroundColor\"\n        format=\"color\"/\u003e\n    \u003cattr name=\"easyCountHour\"\n        format=\"integer\"/\u003e\n    \u003cattr name=\"easyCountMinute\"\n        format=\"integer\"/\u003e\n    \u003cattr name=\"easyCountSecond\"\n        format=\"integer\"/\u003e\n\u003c/declare-styleable\u003e\n```\n   \n\u003cbr\u003e\n\u003cbr\u003e\n   \n## Easy use\n \n```xml\n\u003cRelativeLayout\n    android:layout_width=\"wrap_content\"\n    android:layout_height=\"wrap_content\"\n    android:layout_marginBottom=\"50dp\"\n    android:background=\"#ffffffff\"\u003e\n\n    \u003cImageView\n        android:layout_width=\"196dp\"\n        android:layout_height=\"158dp\"\n        android:layout_marginTop=\"26dp\"\n        android:scaleType=\"centerCrop\"\n        android:src=\"@mipmap/bg_fruit\" /\u003e\n\n    \u003ccom.camnter.easycountdowntextureview.EasyCountDownTextureView\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        app:easyCountHour=\"6\"\n        app:easyCountMinute=\"6\"\n        app:easyCountSecond=\"26\" /\u003e\n\n\u003c/RelativeLayout\u003e\n```\n   \n\u003cbr\u003e  \n      \n![TextureView_1](https://github.com/CaMnter/EasyCountDownTextureView/raw/master/screenshot/textureview_1.gif) \n\n\u003cbr\u003e\n  \n```xml\n\u003ccom.camnter.easycountdowntextureview.EasyCountDownTextureView\n    android:id=\"@+id/style_tv\"\n    android:layout_width=\"132dp\"\n    android:layout_height=\"36dp\"\n    app:easyCountBackgroundColor=\"#ffdddddd\"\n    app:easyCountColonColor=\"#ffdddddd\"\n    app:easyCountColonSize=\"20sp\"\n    app:easyCountHour=\"6\"\n    app:easyCountMinute=\"6\"\n    app:easyCountRectHeight=\"34dp\"\n    app:easyCountRectRadius=\"5dp\"\n    app:easyCountRectSpacing=\"12dp\"\n    app:easyCountRectWidth=\"36dp\"\n    app:easyCountSecond=\"26\"\n    app:easyCountTimeColor=\"#ff3A94FF\"\n    app:easyCountTimeSize=\"20sp\" /\u003e\n```\n\n\u003cbr\u003e\n  \n![TextureView_2](https://github.com/CaMnter/EasyCountDownTextureView/raw/master/screenshot/textureview_2.gif) \n   \n\u003cbr\u003e\n\u003cbr\u003e\n   \n## Performance\n\nWithout scrolling, only time in the refreshing\n\n\u003cimg src=\"http://ww1.sinaimg.cn/large/006lPEc9gw1f30vnkpd1ej31ay298k20.jpg\" width=\"420x\"/\u003e \n\u003cimg src=\"http://ww4.sinaimg.cn/large/006lPEc9gw1f30vo7yaqaj31ay298wzw.jpg\" width=\"420x\"/\u003e\n   \n\u003cbr\u003e\n\u003cbr\u003e\n   \n## License\n\n      Copyright (C) 2016 CaMnter yuanyu.camnter@gmail.com\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\n","funding_links":[],"categories":["Java","其他"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCaMnter%2FEasyCountDownTextureView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCaMnter%2FEasyCountDownTextureView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCaMnter%2FEasyCountDownTextureView/lists"}