Refactor code structure for improved readability and maintainability

This commit is contained in:
Torsten Schulz (local)
2026-05-29 08:52:03 +02:00
parent 125a00819d
commit cdbe71eaec
12 changed files with 150 additions and 11 deletions

View File

@@ -6,6 +6,7 @@
<application
android:name=".HarheimerApplication"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:theme="@style/Theme.HarheimerTC"
android:usesCleartextTraffic="${usesCleartextTraffic}">
<activity android:name="de.harheimertc.MainActivity"