worked on header, added language manager and output (only english)

This commit is contained in:
oxidiert
2025-09-12 10:29:38 +02:00
parent 304cabc0d7
commit 67c11720b9
4 changed files with 282 additions and 66 deletions

View File

@ -53,6 +53,13 @@
android:paddingTop="8dp"
android:paddingBottom="8dp" />
<!-- NEU: Download-Button -->
<Button
android:id="@+id/btnDownloadHeader"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Download Header" />
<Button
android:id="@+id/backButton"
android:layout_width="match_parent"