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

cellviewholder with edit Text is not working after scroll #397

Open
priyadharsinipri opened this issue Nov 17, 2021 · 0 comments
Open

cellviewholder with edit Text is not working after scroll #397

priyadharsinipri opened this issue Nov 17, 2021 · 0 comments
Labels

Comments

@priyadharsinipri
Copy link

<RelativeLayout
    android:id="@+id/cell_container_rl"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_margin="@dimen/dp_1">

    <EditText
        android:id="@+id/cell_data"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="center_vertical"
        android:layout_marginStart="5dp"
        android:layout_marginEnd="5dp"
        android:enabled="false"
        android:gravity="center"
        android:maxLines="1"
        android:singleLine="true"
        android:background="@android:color/transparent"
        android:imeOptions="flagNoExtractUi|actionNext"
        android:textColor="@color/table_view_default_text_color"
        android:visibility="visible"
        tools:text="Cell Data" />

</RelativeLayout>

here aftre scrolling right the cells with edit text are becoming not editable

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

1 participant