igoraoliveira / PiMobile

0 stars 0 forks source link

design da tela #1

Open igoraoliveira opened 1 year ago

igoraoliveira commented 1 year ago
Buscador de Cep setCep(texto)} placeholder="Cep"/> Buscar setLogradouro(texto)} placeholder="Logradouro"/> setBairro(texto)} placeholder="Bairro"/> setLocalidade(texto)} placeholder="Cidade"/> setUf(texto)} placeholder="Estado"/>

); }

const styles = StyleSheet.create({ containerPrincipal: { flex: 1, flexDirection: 'column', }, topBar: { flexDirection: 'row', height: 70, backgroundColor: '#018786', }, title: { color: '#FFFFFF', fontSize: 25, fontWeight: 'bold', alignSelf: 'center', margin: 20, }, containerCep: { flexDirection: 'row', height: 100, marginHorizontal: 20, }, botaoBuscar: { backgroundColor: '#018786', width: 120, height: 70, margintop: 30, marginEnd: 20, borderRadius: 10, padding: 20, }, textoBotaoBuscar: { color: '#FFFFFF', fontSize: 18, fontWeight: 'bold', alignSelf: 'center', }, caixaTexto: { borderColor: '#000000', borderWidth: 2, padding: 15, fontSize: 18, borderRadius: 10, marginTop: 10, marginHorizontal: 20, },