mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-12 13:40:47 +02:00
[Structure] Move fragments, activities and adapters to specific modules
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
tools:context=".activities.FeedbackActivity">
|
||||
tools:context=".ui.modules.base.FeedbackActivity">
|
||||
|
||||
<androidx.appcompat.widget.Toolbar
|
||||
android:id="@+id/toolbar"
|
||||
@ -147,4 +147,4 @@
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</layout>
|
||||
</layout>
|
||||
|
@ -5,8 +5,8 @@
|
||||
<data>
|
||||
<import type="android.view.View"/>
|
||||
<import type="pl.szczodrzynski.edziennik.utils.Utils"/>
|
||||
<import type="pl.szczodrzynski.edziennik.models.Date"/>
|
||||
<import type="pl.szczodrzynski.edziennik.models.Time"/>
|
||||
<import type="pl.szczodrzynski.edziennik.utils.models.Date"/>
|
||||
<import type="pl.szczodrzynski.edziennik.utils.models.Time"/>
|
||||
<variable
|
||||
name="grade"
|
||||
type="pl.szczodrzynski.edziennik.datamodels.GradeFull" />
|
||||
|
@ -4,7 +4,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".fragments.DebugFragment">
|
||||
tools:context=".ui.modules.base.DebugFragment">
|
||||
|
||||
<!-- TODO: Update blank fragment layout -->
|
||||
<com.google.android.material.textfield.TextInputLayout
|
||||
|
@ -16,7 +16,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
tools:context=".fragments.HomeFragment">
|
||||
tools:context=".ui.modules.home.HomeFragment">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/cardInsertPoint"
|
||||
@ -61,4 +61,4 @@
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
</pl.szczodrzynski.edziennik.utils.SwipeRefreshLayoutNoIndicator>
|
||||
</layout>
|
||||
</layout>
|
||||
|
@ -6,7 +6,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
tools:context=".messages.MessagesComposeActivity">
|
||||
tools:context=".ui.modules.messages.MessagesComposeActivity">
|
||||
|
||||
<androidx.appcompat.widget.Toolbar
|
||||
android:id="@+id/toolbar"
|
||||
@ -67,4 +67,4 @@
|
||||
</FrameLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</layout>
|
||||
</layout>
|
||||
|
Reference in New Issue
Block a user