react-native-gizwits-scroll-ruler 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
<attr name="showScaleResult" format="boolean" /> <!--是否显示结果值-->
|
|
23
23
|
<attr name="isBgRoundRect" format="boolean" /> <!--背景是否圆角-->
|
|
24
24
|
<attr name="scaleLimit" format="integer" /> <!--相邻2个刻度之间的数量-->
|
|
25
|
+
<attr name="step" format="float" /> <!--step-->
|
|
25
26
|
<attr name="unit" format="string" /> <!--单位-->
|
|
26
27
|
<attr name="unitColor" format="color" /> <!--单位颜色-->
|
|
27
28
|
<attr name="unitTextSize" format="dimension" /> <!--单位字体大小-->
|