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

Black fields 6 version Android #89

Open
KonstantinKustau opened this issue Aug 30, 2018 · 0 comments
Open

Black fields 6 version Android #89

KonstantinKustau opened this issue Aug 30, 2018 · 0 comments

Comments

@KonstantinKustau
Copy link

22

These fields are black on all versions of 6.0

My code:

    <studio.carbonylgroup.textfieldboxes.TextFieldBoxes
        android:id="@+id/password_text_field"
        android:layout_width="match_parent"
        android:layout_height="@dimen/edit_text_height"
        app:endIcon="@drawable/ic_eye_off"
        app:helperText=" "
        app:helperTextColor="@color/helper_text_red"
        app:labelText="Password"
        app:panelBackgroundColor="@color/transparent">

        <studio.carbonylgroup.textfieldboxes.ExtendedEditText
            android:id="@+id/password_edit_text"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:singleLine="true"
            android:text="Lyanchuk16" />
    </studio.carbonylgroup.textfieldboxes.TextFieldBoxes>

If I delete app:panelBackgroundColor="@color/transparent" then I get black screen too

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