なんかマージミスった?
This commit is contained in:
parent
a145e2c24f
commit
47b1eb325e
@ -134,44 +134,6 @@ export default function Setting(props) {
|
|||||||
onValueChange={(value) => setTrainPosition(value.toString())}
|
onValueChange={(value) => setTrainPosition(value.toString())}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
<View style={{ flexDirection: "row", padding: 10 }}>
|
|
||||||
<Text
|
|
||||||
style={{
|
|
||||||
fontSize: 25,
|
|
||||||
alignItems: "center",
|
|
||||||
alignContent: "center",
|
|
||||||
textAlign: "center",
|
|
||||||
textAlignVertical: "center",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
列車メニュー
|
|
||||||
</Text>
|
|
||||||
<View style={{ flex: 1 }} />
|
|
||||||
<Switch
|
|
||||||
value={trainMenu == "true" ? true : false}
|
|
||||||
color={trainMenu == "true" ? "red" : null}
|
|
||||||
onValueChange={(value) => setTrainMenu(value.toString())}
|
|
||||||
/>
|
|
||||||
</View>
|
|
||||||
<View style={{ flexDirection: "row", padding: 10 }}>
|
|
||||||
<Text
|
|
||||||
style={{
|
|
||||||
fontSize: 25,
|
|
||||||
alignItems: "center",
|
|
||||||
alignContent: "center",
|
|
||||||
textAlign: "center",
|
|
||||||
textAlignVertical: "center",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
→列車現在位置表示(alpha)
|
|
||||||
</Text>
|
|
||||||
<View style={{ flex: 1 }} />
|
|
||||||
<Switch
|
|
||||||
value={trainPosition == "true" ? true : false}
|
|
||||||
color={trainPosition == "true" ? "red" : null}
|
|
||||||
onValueChange={(value) => setTrainPosition(value.toString())}
|
|
||||||
/>
|
|
||||||
</View>
|
|
||||||
<View style={{ flexDirection: "row", padding: 10 }}>
|
<View style={{ flexDirection: "row", padding: 10 }}>
|
||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
|
Loading…
Reference in New Issue
Block a user