Permalink
Please sign in to comment.
Showing
with
98 additions
and 1 deletion.
65
README.md
| @@ -0,0 +1,65 @@ | ||
| +EasyCountDownTextureView | ||
| +== | ||
| + | ||
| +[]() | ||
| +[](https://github.com/CaMnter/EasyCountDownTextureView/blob/master/LICENSE) | ||
| +[]() | ||
| +[  ](https://bintray.com/camnter/maven/EasyCountDownTextureView/_latestVersion) | ||
| + | ||
| +**Easy count down by TextureView** | ||
| + | ||
| +## Attention | ||
| + | ||
| +**minSdkVersion >= 14** | ||
| + | ||
| + | ||
| +## Gradle | ||
| + | ||
| +```groovy | ||
| +dependencies { | ||
| + compile 'com.camnter.easycountdowntextureview:library:1.1' | ||
| +} | ||
| +``` | ||
| + | ||
| +## Attributes | ||
| + | ||
| +```xml | ||
| +<declare-styleable name="EasyCountDownTextureView"> | ||
| + <attr name="easyCountRectWidth" format="dimension" /> | ||
| + <attr name="easyCountRectHeight" format="dimension" /> | ||
| + <attr name="easyCountRectRadius" format="dimension" /> | ||
| + <attr name="easyCountRectSpacing" format="dimension" /> | ||
| + <attr name="easyCountTimeColor" format="color" /> | ||
| + <attr name="easyCountColonColor" format="color" /> | ||
| + <attr name="easyCountBackgroundColor" format="color" /> | ||
| + <attr name="easyCountColonSize" format="dimension" /> | ||
| + <attr name="easyCountTimeSize" format="dimension" /> | ||
| + <attr name="easyCountHour" format="integer" /> | ||
| + <attr name="easyCountMinute" format="integer" /> | ||
| + <attr name="easyCountSecond" format="integer" /> | ||
| +</declare-styleable> | ||
| +``` | ||
| + | ||
| + | ||
| +## Performance | ||
| + | ||
| + | ||
| + | ||
| + | ||
| +## License | ||
| + | ||
| +Copyright (C) 2016 CaMnter yuanyu.camnter@gmail.com | ||
| + | ||
| +Licensed under the Apache License, Version 2.0 (the "License"); | ||
| +you may not use this file except in compliance with the License. | ||
| +You may obtain a copy of the License at | ||
| + | ||
| + http://www.apache.org/licenses/LICENSE-2.0 | ||
| + | ||
| +Unless required by applicable law or agreed to in writing, software | ||
| +distributed under the License is distributed on an "AS IS" BASIS, | ||
| +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| +See the License for the specific language governing permissions and | ||
| +limitations under the License. | ||
| + | ||
| + |
16
library/src/main/java/com/camnter/easycountdowntextureview/EasyCountDownTextureView.java
18
library/src/main/res/values/attrs.xml
BIN
screenshot/easy_count_down_textureview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
0 comments on commit
eb67035