WIP: GMaps Parser

This commit is contained in:
Piotr Dec 2023-08-13 23:17:13 +02:00
parent 307343c2eb
commit e5b2e811ce
5 changed files with 118 additions and 41 deletions

View file

@ -6,13 +6,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<TextView
<androidx.appcompat.widget.SwitchCompat
android:text="Enabled"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!"
android:id="@+id/enabled_switch"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
app:layout_constraintEnd_toEndOf="parent"/>
</androidx.constraintlayout.widget.ConstraintLayout>