diff --git a/app/src/main/java/com/example/hpostesting/domain/di/AppModule.kt b/app/src/main/java/com/example/hpostesting/domain/di/AppModule.kt index 9c65327..ca277e2 100644 --- a/app/src/main/java/com/example/hpostesting/domain/di/AppModule.kt +++ b/app/src/main/java/com/example/hpostesting/domain/di/AppModule.kt @@ -176,10 +176,4 @@ object AppModule { fun provideLocalFileDataSource(): LocalFileDataSource { return LocalFileDataSource() } - - @Provides - @Singleton - fun provideLocalFileDataSource(): LocalFileDataSource { - return LocalFileDataSource() - } } \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_gallery.xml b/app/src/main/res/layout/fragment_gallery.xml index e62a6c2..3612d5c 100644 --- a/app/src/main/res/layout/fragment_gallery.xml +++ b/app/src/main/res/layout/fragment_gallery.xml @@ -14,7 +14,7 @@ android:layout_marginHorizontal="24dp" android:layout_marginTop="50dp" android:gravity="center" - android:text="Start" + android:text="Login ID" android:textColor="@color/black" android:textSize="16sp" app:layout_constraintEnd_toEndOf="parent" @@ -34,7 +34,7 @@ app:cornerRadius="16dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="parent" /> + app:layout_constraintTop_toBottomOf="@id/tv_subtitle4" />