Skip to content

Commit

Permalink
Conferir Screen part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Deyvid-Kasteh committed Dec 25, 2023
1 parent 87af3f6 commit 37756dd
Show file tree
Hide file tree
Showing 120 changed files with 27,577 additions and 41 deletions.
197 changes: 197 additions & 0 deletions .history/screens/ConferirScreen_20231225161700.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
import { View, Text } from "react-native";
import * as Cores from "../assets/Cores";
import React from "react";

const ConferirScreen = () => {
return (
<View
style={{
flex: 1,
padding: 10,
alignItems: "center",
justifyContent: "flex-start",
backgroundColor: Cores.cor3,
}}
>
<View
style={{
width: 380,
margin: 10,
padding: 5,
backgroundColor: Cores.cor4,
borderRadius: 8,
flexDirection: "column",
justifyContent: "center",
alignItems: "center",
}}
>
<View
style={{
borderRadius: 5,
backgroundColor: Cores.cor1,
width: 100,
marginLeft: 5,
justifyContent: "center",
alignItems: "center",
}}
>
<Text
style={{
fontSize: 11,
color: Cores.cor5,
}}
>
Conferira
</Text>
</View>
<View
style={{
width: 380,
margin: 10,
padding: 5,
backgroundColor: Cores.cor4,
borderRadius: 8,
flexDirection: "row",
justifyContent: "space-evenly",
alignItems: "center",
}}
>
<View
style={{
borderRadius: 5,
backgroundColor: Cores.cor1,
// width: 60,
marginLeft: 5,
justifyContent: "center",
alignItems: "center",
}}
>
<Text
style={{
fontSize: 11,
color: Cores.cor5,
}}
>
Todos os meus jogos
</Text>
</View>
<View
style={{
borderRadius: 5,
backgroundColor: Cores.cor1,
// width: 60,
marginLeft: 5,
justifyContent: "center",
alignItems: "center",
}}
>
<Text
style={{
fontSize: 11,
color: Cores.cor5,
}}
>
Apenas jogos de concurso:
</Text>
</View>
</View>
</View>
<View
style={{
width: 380,
margin: 10,
padding: 5,
backgroundColor: Cores.cor4,
borderRadius: 8,
flexDirection: "column",
justifyContent: "center",
alignItems: "center",
}}
>
<View
style={{
borderRadius: 5,
backgroundColor: Cores.cor1,
width: 100,
marginLeft: 5,
justifyContent: "center",
alignItems: "center",
}}
>
<Text
style={{
fontSize: 11,
color: Cores.cor5,
}}
>
por
</Text>
</View>
<View
style={{
width: 380,
margin: 10,
padding: 5,
backgroundColor: Cores.cor4,
borderRadius: 8,
flexDirection: "row",
justifyContent: "space-evenly",
alignItems: "center",
}}
>
<View
style={{
borderRadius: 5,
backgroundColor: Cores.cor1,
// width: 60,
marginLeft: 5,
justifyContent: "center",
alignItems: "center",
}}
>
<Text
style={{
fontSize: 11,
color: Cores.cor5,
}}
>
seu concurso respectivo
</Text>
</View>
<View
style={{
borderRadius: 5,
backgroundColor: Cores.cor1,
// width: 60,
marginLeft: 5,
justifyContent: "center",
alignItems: "center",
}}
>
<Text
style={{
fontSize: 11,
color: Cores.cor5,
}}
>
concurso de número:
</Text>
</View>
</View>
</View>
<View
style={{
width: 380,
height: 5,
margin: 10,
backgroundColor: Cores.cor4,
borderRadius: 8,
flexDirection: "row",
justifyContent: "space-between",
}}
></View>
</View>
);
};

export default ConferirScreen;
197 changes: 197 additions & 0 deletions .history/screens/ConferirScreen_20231225161706.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
import { View, Text } from "react-native";
import * as Cores from "../assets/Cores";
import React from "react";

const ConferirScreen = () => {
return (
<View
style={{
flex: 1,
padding: 10,
alignItems: "center",
justifyContent: "flex-start",
backgroundColor: Cores.cor3,
}}
>
<View
style={{
width: 380,
margin: 10,
padding: 5,
backgroundColor: Cores.cor4,
borderRadius: 8,
flexDirection: "column",
justifyContent: "center",
alignItems: "center",
}}
>
<View
style={{
borderRadius: 5,
backgroundColor: Cores.cor1,
width: 100,
marginLeft: 5,
justifyContent: "center",
alignItems: "center",
}}
>
<Text
style={{
fontSize: 11,
color: Cores.cor5,
}}
>
Conferir
</Text>
</View>
<View
style={{
width: 380,
margin: 10,
padding: 5,
backgroundColor: Cores.cor4,
borderRadius: 8,
flexDirection: "row",
justifyContent: "space-evenly",
alignItems: "center",
}}
>
<View
style={{
borderRadius: 5,
backgroundColor: Cores.cor1,
// width: 60,
marginLeft: 5,
justifyContent: "center",
alignItems: "center",
}}
>
<Text
style={{
fontSize: 11,
color: Cores.cor5,
}}
>
Todos os meus jogos
</Text>
</View>
<View
style={{
borderRadius: 5,
backgroundColor: Cores.cor1,
// width: 60,
marginLeft: 5,
justifyContent: "center",
alignItems: "center",
}}
>
<Text
style={{
fontSize: 11,
color: Cores.cor5,
}}
>
Apenas jogos de concurso:
</Text>
</View>
</View>
</View>
<View
style={{
width: 380,
margin: 10,
padding: 5,
backgroundColor: Cores.cor4,
borderRadius: 8,
flexDirection: "column",
justifyContent: "center",
alignItems: "center",
}}
>
<View
style={{
borderRadius: 5,
backgroundColor: Cores.cor1,
width: 100,
marginLeft: 5,
justifyContent: "center",
alignItems: "center",
}}
>
<Text
style={{
fontSize: 11,
color: Cores.cor5,
}}
>
por
</Text>
</View>
<View
style={{
width: 380,
margin: 10,
padding: 5,
backgroundColor: Cores.cor4,
borderRadius: 8,
flexDirection: "row",
justifyContent: "space-evenly",
alignItems: "center",
}}
>
<View
style={{
borderRadius: 5,
backgroundColor: Cores.cor1,
// width: 60,
marginLeft: 5,
justifyContent: "center",
alignItems: "center",
}}
>
<Text
style={{
fontSize: 11,
color: Cores.cor5,
}}
>
seu concurso respectivo
</Text>
</View>
<View
style={{
borderRadius: 5,
backgroundColor: Cores.cor1,
// width: 60,
marginLeft: 5,
justifyContent: "center",
alignItems: "center",
}}
>
<Text
style={{
fontSize: 11,
color: Cores.cor5,
}}
>
concurso de número:
</Text>
</View>
</View>
</View>
<View
style={{
width: 380,
height: 5,
margin: 10,
backgroundColor: Cores.cor4,
borderRadius: 8,
flexDirection: "row",
justifyContent: "space-between",
}}
></View>
</View>
);
};

export default ConferirScreen;
Loading

0 comments on commit 37756dd

Please sign in to comment.