ecra principal

This commit is contained in:
2025-12-03 10:30:58 +00:00
parent 446b6fed75
commit 06beff62cd
22 changed files with 681 additions and 20 deletions

View File

@@ -69,7 +69,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_height="50dp"
android:orientation="horizontal"
android:background="@drawable/bg_tabs"
android:padding="3dp">
@@ -80,6 +80,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:text="Cliente"
android:textSize="5pt"
android:background="@drawable/tab_selected"
android:textAllCaps="false" />
@@ -88,14 +89,15 @@
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:text="Estabelecimento"
android:background="@drawable/tab_unselected"
android:text="Estabelecimento"
android:textSize="5pt"
android:textAllCaps="false" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_height="50dp"
android:layout_marginTop="16dp"
android:orientation="horizontal"
android:background="@drawable/bg_tabs"
@@ -107,6 +109,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:text="Entrar"
android:textSize="5pt"
android:background="@drawable/tab_selected"
android:textAllCaps="false" />
@@ -116,6 +119,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:text="Criar Conta"
android:textSize="5pt"
android:background="@drawable/tab_unselected"
android:textAllCaps="false" />
</LinearLayout>