-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87af3f6
commit 37756dd
Showing
120 changed files
with
27,577 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
Oops, something went wrong.