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

unable to signature on the signature pad in the scroll view #12

Open
nitish-nanda opened this issue Dec 30, 2020 · 0 comments
Open

unable to signature on the signature pad in the scroll view #12

nitish-nanda opened this issue Dec 30, 2020 · 0 comments

Comments

@nitish-nanda
Copy link

nitish-nanda commented Dec 30, 2020

In the small screen size, the signature is not added
but working fine in large screen size phone

-----scroll view start------

 <RelativeLayout
                        android:layout_width="match_parent"
                        android:layout_height="0dp"
                        android:layout_weight="1"
                        android:background="@color/white"
                        android:minHeight="400dp">

                        <com.williamww.silkysignature.views.SignaturePad
                            android:id="@+id/signature_pad"
                            android:layout_width="match_parent"
                            android:layout_height="match_parent"
                            android:background="@color/white"
                            app:penColor="@android:color/black" />

                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_centerHorizontal="true"
                            android:layout_marginTop="@dimen/ten"
                            android:text="Signature"
                            android:textColor="@color/view_color"
                            android:textSize="@dimen/text_min" />

                    </RelativeLayout>

 -----scroll view end------
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