app/src/main/res/layout/activity_main.xml aktualisiert

This commit is contained in:
2026-03-13 13:55:30 +00:00
parent d21e4f37f1
commit fe599f72f5

View File

@@ -48,6 +48,19 @@
android:layout_marginVertical="8dp"
android:background="#CCCCCC" />
<Button
android:id="@+id/btnSpeak"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="20dp"
android:text="Sprechen" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginVertical="8dp"
android:background="#CCCCCC" />
<TextView
android:id="@+id/tvStatus"
android:layout_width="match_parent"
@@ -57,11 +70,4 @@
android:text="Nicht verbunden"
android:textSize="18sp" />
<Button
android:id="@+id/btnSpeak"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="20dp"
android:text="Sprechen" />
</LinearLayout>