From b12c95c6d8604aed1038b325bc24528852b261cd Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Wed, 17 Jan 2024 13:38:41 +0530 Subject: [PATCH] fix strings and layout change in panel --- .../java/com/example/hpostesting/domain/di/AppModule.kt | 6 ------ app/src/main/res/layout/fragment_gallery.xml | 4 ++-- app/src/main/res/values-hi/strings.xml | 2 ++ app/src/main/res/values-kn/strings.xml | 2 ++ app/src/main/res/values/strings.xml | 3 --- 5 files changed, 6 insertions(+), 11 deletions(-) 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" />