Skip to content
Easy count down by TextureView
Java
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
app
gradle/wrapper
library
screenshot
.gitignore
LICENSE
README.md
build.gradle
gradle.properties
gradlew
gradlew.bat
settings.gradle

README.md

EasyCountDownTextureView

Language License Version Download

Easy count down by TextureView

Attention

minSdkVersion >= 14

Gradle

dependencies {
    compile 'com.camnter.easycountdowntextureview:library:1.1'
}

Attributes

<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

Without scrolling, only time in the refreshing

EasyCounDownTextureView ShoujiTaobao

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.

Something went wrong with that request. Please try again.