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

Can't change line color of LineTextView #91

Closed
rostopira opened this issue Jun 18, 2018 · 1 comment
Closed

Can't change line color of LineTextView #91

rostopira opened this issue Jun 18, 2018 · 1 comment
Labels

Comments

@rostopira
Copy link
Contributor

Here is my XML:

<?xml version="1.0" encoding="utf-8"?>
<com.hanks.htextview.line.LineTextView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:textSize="18sp"
    android:padding="12dp"
    android:gravity="center"
    app:lineColor="@android:color/white"
    app:lineWidth="4dp"
    app:animationDuration="2000"/>

Line color appears black

@rostopira
Copy link
Contributor Author

Tried to change color programmaticaly - same thing

hanks-zyh added a commit that referenced this issue Jul 25, 2018
Line color not changing fix (Issue #91)
@hanks-zyh hanks-zyh added Closed and removed Backlog labels Jul 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants