Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
cd8aa1d242
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      mdev/wv0.native.js

+ 2
- 2
mdev/wv0.native.js View File

211
 
211
 
212
             onMessage={onMsg}
212
             onMessage={onMsg}
213
             ></WebView>
213
             ></WebView>
214
-                         <Button_v0 
214
+                         <Button_v2 
215
                          style = { wv0_styles_dev.vb1 || {}} 
215
                          style = { wv0_styles_dev.vb1 || {}} 
216
 color = { wv0_styles_dev.vb1_color || "#00ffffff" }
216
 color = { wv0_styles_dev.vb1_color || "#00ffffff" }
217
 onPress = {fncb_only("vb1_press").fn.bind(this)}
217
 onPress = {fncb_only("vb1_press").fn.bind(this)}
218
 >
218
 >
219
              {wv0_styles_dev.vb1_txt  || "udef"}
219
              {wv0_styles_dev.vb1_txt  || "udef"}
220
-             </Button_v0>
220
+             </Button_v2>
221
             <Text2 style = { wv0_styles_dev.txt2 || {} }
221
             <Text2 style = { wv0_styles_dev.txt2 || {} }
222
              >
222
              >
223
              Z2
223
              Z2

Loading…
Cancel
Save