AboutFragment: Localize made with love string

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-10-26 11:45:33 +05:30
parent 04e9f73181
commit 10635519fc
4 changed files with 7 additions and 5 deletions

View File

@@ -54,6 +54,7 @@ class AboutFragment : BaseFragment<FragmentAboutBinding>() {
BuildConfig.VERSION_NAME,
BuildConfig.VERSION_CODE
)
binding.line3.text = getString(R.string.made_with_love, String(Character.toChars(0x2764)))
binding.epoxyRecycler.layoutManager =
LinearLayoutManager(view.context, RecyclerView.VERTICAL, false)