mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-12 21:50:47 +02:00
[Login/Librus] Implement Librus JST login form.
This commit is contained in:
@ -15,6 +15,9 @@
|
||||
<action
|
||||
android:id="@+id/action_loginTypeFragment_to_loginLibrusFragment"
|
||||
app:destination="@id/loginLibrusFragment" />
|
||||
<action
|
||||
android:id="@+id/action_loginTypeFragment_to_loginLibrusJstFragment"
|
||||
app:destination="@id/loginLibrusJstFragment" />
|
||||
<action
|
||||
android:id="@+id/action_loginTypeFragment_to_loginVulcanFragment"
|
||||
app:destination="@id/loginVulcanFragment" />
|
||||
@ -46,6 +49,15 @@
|
||||
android:id="@+id/action_loginLibrusFragment_to_loginProgressFragment"
|
||||
app:destination="@id/loginProgressFragment" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/loginLibrusJstFragment"
|
||||
android:name="pl.szczodrzynski.edziennik.ui.modules.login.LoginLibrusJstFragment"
|
||||
android:label="fragment_login_librus_jst"
|
||||
tools:layout="@layout/fragment_login_librus_jst" >
|
||||
<action
|
||||
android:id="@+id/action_loginLibrusJstFragment_to_loginProgressFragment"
|
||||
app:destination="@id/loginProgressFragment" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/loginProgressFragment"
|
||||
android:name="pl.szczodrzynski.edziennik.ui.modules.login.LoginProgressFragment"
|
||||
|
Reference in New Issue
Block a user