diff --git a/app/src/main/res/layout/activity_profile.xml b/app/src/main/res/layout/activity_profile.xml index 8c077fe8..1583039d 100644 --- a/app/src/main/res/layout/activity_profile.xml +++ b/app/src/main/res/layout/activity_profile.xml @@ -101,7 +101,7 @@ android:backgroundTint="?attr/colorSecondaryContainer" android:enabled="true" android:fontFamily="@font/poppins_bold" - android:text="Follow" + android:text="@string/follow" android:textColor="@color/bg_opp" android:textSize="14sp" app:cornerRadius="8dp" diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml index 592378b4..687423b0 100644 --- a/app/src/main/res/layout/fragment_profile.xml +++ b/app/src/main/res/layout/fragment_profile.xml @@ -4,8 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:orientation="vertical" - tools:ignore="HardcodedText"> + android:orientation="vertical"> @@ -157,8 +156,7 @@ android:paddingStart="32dp" android:paddingTop="16dp" android:paddingEnd="32dp" - android:paddingBottom="16dp" - tools:ignore="HardcodedText"> + android:paddingBottom="16dp"> + android:textSize="18sp"/> + android:textStyle="bold"/> \ No newline at end of file diff --git a/app/src/main/res/layout/item_follower_grid.xml b/app/src/main/res/layout/item_follower_grid.xml index 9593aba7..56132bbe 100644 --- a/app/src/main/res/layout/item_follower_grid.xml +++ b/app/src/main/res/layout/item_follower_grid.xml @@ -27,11 +27,10 @@ android:layout_height="wrap_content" android:layout_gravity="center_horizontal|center_vertical" android:fontFamily="@font/poppins_semi_bold" - android:text="Username" + android:text="@string/username" android:textColor="?attr/colorOnBackground" android:textSize="12sp" android:ellipsize="end" - android:textStyle="bold" - tools:ignore="HardcodedText" /> + android:textStyle="bold"/> \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a2014d2c..89cc8d51 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -670,6 +670,19 @@ View Following menu View Followers - - + User has no favorite Anime + User has no favorite Manga + Favourite Characters + Favorite Staff + + Stats + Days watched + Total Anime + Anime Mean Score + Volume read + Total Manga + Manga Mean Score + About me + Follow +