Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isShowTimeBgBorder无效,边框没显示 #143

Open
DanteAndroid opened this issue May 28, 2021 · 0 comments
Open

isShowTimeBgBorder无效,边框没显示 #143

DanteAndroid opened this issue May 28, 2021 · 0 comments

Comments

@DanteAndroid
Copy link

                <cn.iwgang.countdownview.CountdownView
                    android:id="@+id/countDown"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_gravity="center"
                    android:layout_marginTop="4dp"
                    app:isShowDay="true"
                    app:isShowHour="true"
                    app:isShowMinute="true"
                    app:isShowSecond="true"
                    app:isShowTimeBgBorder="true"
                    app:suffixDay="天"
                    app:suffixGravity="bottom"
                    app:suffixHour="时"
                    app:suffixMinute="分"
                    app:suffixSecond="秒"
                    app:suffixTextColor="#ff383838"
                    app:suffixTextSize="10sp"
                    app:timeBgBorderColor="#ff383838"
                    app:timeBgBorderRadius="2dp"
                    app:timeBgBorderSize="2dp"
                    app:timeTextColor="#ff383838"
                    app:timeTextSize="12sp" />

版本 'com.github.iwgang:countdownview:2.1.6'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant