Browse Source

auto commit

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

+ 4
- 3
mdev/wv0.native.js View File

117
              // <Wview_ui style = { wv0_styles_dev.vb1 || {}} />
117
              // <Wview_ui style = { wv0_styles_dev.vb1 || {}} />
118
      	return (
118
      	return (
119
              <View style = { wv0_styles_dev.v1 || {} }>
119
              <View style = { wv0_styles_dev.v1 || {} }>
120
-             <Button style = { wv0_styles_dev.vb1 || {}} >
121
-             {'polls.create.create'}
122
-             </Button>
120
+
123
              <Text style = { wv0_styles_dev.txt || {} }
121
              <Text style = { wv0_styles_dev.txt || {} }
124
              >
122
              >
125
              Z??
123
              Z??
136
 
134
 
137
             onMessage={onMsg}
135
             onMessage={onMsg}
138
             ></WebView>
136
             ></WebView>
137
+                         <Button style = { wv0_styles_dev.vb1 || {}} >
138
+             {'polls.create.create'}
139
+             </Button>
139
             <Text2 style = { wv0_styles_dev.txt2 || {} }
140
             <Text2 style = { wv0_styles_dev.txt2 || {} }
140
              >
141
              >
141
              Z2
142
              Z2

Loading…
Cancel
Save