Signature widget modification question

Hello all:

I'm using the Signature widget in my fork of Collect (1.4.8), which works
fine, but it has a black line running across the signing screen and the
resulting signature image. I can see that this makes sense for some
situations, but I'd like to get rid of it if possible - can anyone point me
at the bit of code, background image, or view definition which this line
originates in, so that I can remove it?

Thanks
Nik

Nik,

https://github.com/opendatakit/collect/blob/master/collect_app/src/main/java/org/odk/collect/android/activities/DrawActivity.java

Yaw

··· -- Need ODK consultants? Nafundi provides form design, server setup, in-field training, and software development for ODK. Go to https://nafundi.com to get started.

On Wed, Mar 9, 2016 at 6:47 PM, 'blitheringeejit' via ODK Developers opendatakit-developers@googlegroups.com wrote:

Hello all:

I'm using the Signature widget in my fork of Collect (1.4.8), which works
fine, but it has a black line running across the signing screen and the
resulting signature image. I can see that this makes sense for some
situations, but I'd like to get rid of it if possible - can anyone point me
at the bit of code, background image, or view definition which this line
originates in, so that I can remove it?

Thanks
Nik

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Yaw - many thanks, I missed that this would be in DrawActivity rather than
SignatureWidget.
Nik

··· On Friday, 11 March 2016 04:50:23 UTC, Yaw Anokwa wrote: > > Nik, > > > https://github.com/opendatakit/collect/blob/master/collect_app/src/main/java/org/odk/collect/android/widgets/SignatureWidget.java > > > https://github.com/opendatakit/collect/blob/master/collect_app/src/main/java/org/odk/collect/android/activities/DrawActivity.java > > Yaw > -- > Need ODK consultants? Nafundi provides form design, server setup, > in-field training, and software development for ODK. Go to > https://nafundi.com to get started. > > On Wed, Mar 9, 2016 at 6:47 PM, 'blitheringeejit' via ODK Developers <opendatakit...@googlegroups.com > wrote: > > Hello all: > > > > I'm using the Signature widget in my fork of Collect (1.4.8), which > works > > fine, but it has a black line running across the signing screen and the > > resulting signature image. I can see that this makes sense for some > > situations, but I'd like to get rid of it if possible - can anyone point > me > > at the bit of code, background image, or view definition which this line > > originates in, so that I can remove it? > > > > Thanks > > Nik > > > > -- >