Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

TableView muito grande

Por algum motivo, as entryCell em meu app está muito grande, gostaria de diminuir mas não achei nada na documentação que me ajude, eles não estão igual as do professor.

Segue meu código:

<TableView  Intent="Form" >
                <TableRoot>
                    <TableSection Title="Seus dados">

                            <EntryCell  Label ="Nome:" Placeholder="Seu nome" ></EntryCell>
                            <EntryCell Label ="Email:" Placeholder="Seu email (Obrigatório)"></EntryCell>
                            <EntryCell Label ="Celular:" Placeholder="Número do celular/whatsApp" Keyboard="Email"></EntryCell>
                    </TableSection>

                    <TableSection Title="Agendamento"></TableSection>
                </TableRoot>
            </TableView>
1 resposta
solução!

Descobri que no xamarin é assim mesmo, como usa componentes nativos do Android você não consegue customizar tamanho de alguns elementos, para isso usar custom. Já estava pensando que Xamarin era limitado visualmente!