feat: edit main screen - add template texts

This commit is contained in:
2025-12-01 22:01:00 +03:00
parent dbc4830418
commit 72e8b946c0
7 changed files with 212 additions and 31 deletions

View File

@@ -19,10 +19,9 @@
android:name=".ui.root.RootActivity"
android:exported="true"
android:windowSoftInputMode="adjustResize"
android:label="@string/title_activity_root">
android:theme="@style/Theme.Work">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>