Impl base structure of bottom-navigation

This commit is contained in:
Shcherbatykh Oleg
2026-02-24 19:00:27 +03:00
parent 4794b0e185
commit 37c926ac77
19 changed files with 345 additions and 47 deletions

View File

@@ -1,3 +1,7 @@
<resources>
<string name="app_name">TSUDesk</string>
<string name="tab_schedule">Расписание</string>
<string name="tab_news">Новости</string>
<string name="tab_progress">Успеваемость</string>
<string name="tab_settings">Настройки</string>
</resources>