使用android的GestureOverlay笔画粗细和重绘持续时间

时间:2016-10-06 04:41:24

标签: android gestureoverlayview

我正在使用GestureOverlayView来捕获我的Android应用程序中的用户签名。以下是xml

<android.gesture.GestureOverlayView
        android:id="@+id/signaturePad"
        android:layout_width="match_parent"
        android:layout_height="@dimen/_90sdp"
        android:layout_below="@+id/lblAuthorize"
        android:background="@drawable/signature_background"
        android:eventsInterceptionEnabled="true"
        android:fadeEnabled="false"
        android:gestureColor="#0e40e6"
        android:gestureStrokeLengthThreshold="0.1"
        android:gestureStrokeAngleThreshold="0.1"
        android:gestureStrokeType="multiple"
        android:orientation="horizontal">

    </android.gesture.GestureOverlayView>
  • 无论如何我可以减少中风的厚度吗?它有一些5dp的默认厚度?我需要让它更薄。我只浏览了所有网站,但没有找到任何相关的资源或选项
  • 无论如何,我可以阻止GestureOverlayView在大约2-3秒后被清除,虽然看起来像默认行为?

0 个答案:

没有答案