[skip ci] Updated faq + Force LTR layout (#435)
* Updated faq + Force LTR layout * Ibo merge issue
This commit is contained in:
parent
124f4eb261
commit
563a96cf98
3 changed files with 20 additions and 10 deletions
|
@ -50,6 +50,11 @@ class FAQActivity : AppCompatActivity() {
|
|||
currContext()?.getString(R.string.question_5) ?: "",
|
||||
currContext()?.getString(R.string.answer_5) ?: ""
|
||||
),
|
||||
Triple(
|
||||
R.drawable.ic_anilist,
|
||||
currContext()?.getString(R.string.question_18) ?: "",
|
||||
currContext()?.getString(R.string.answer_18) ?: ""
|
||||
),
|
||||
Triple(
|
||||
R.drawable.ic_anilist,
|
||||
currContext()?.getString(R.string.question_6) ?: "",
|
||||
|
@ -60,6 +65,11 @@ class FAQActivity : AppCompatActivity() {
|
|||
currContext()?.getString(R.string.question_7) ?: "",
|
||||
currContext()?.getString(R.string.answer_7) ?: ""
|
||||
),
|
||||
Triple(
|
||||
R.drawable.ic_round_magnet_24,
|
||||
currContext()?.getString(R.string.question_19) ?: "",
|
||||
currContext()?.getString(R.string.answer_19) ?: ""
|
||||
),
|
||||
Triple(
|
||||
R.drawable.ic_round_lock_open_24,
|
||||
currContext()?.getString(R.string.question_9) ?: "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue