This commit is contained in:
2026-06-22 08:39:29 +01:00
parent 995d23ac7a
commit 8c1e01dc4c
7 changed files with 262 additions and 6 deletions

View File

@@ -156,6 +156,22 @@
android:layout_marginTop="8dp"
android:background="@drawable/input_bg" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:text="Horário de Funcionamento"
android:textColor="@color/colorTextPrimary"
android:textSize="16sp"
android:fontFamily="sans-serif-medium" />
<LinearLayout
android:id="@+id/containerSchedule"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:orientation="vertical" />
<com.google.android.material.button.MaterialButton
android:id="@+id/btnSaveSettings"
android:layout_width="match_parent"