mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2025-10-06 03:50:22 +02:00
Add Link to FAQ in the app (#9164)
* Link to FAQ in the app #4447 * remove redundant comments produced by me. * Update app/src/main/res/values/strings.xml Update FAQ description Co-authored-by: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> * Format the CodeStyle and readjust the layout. * Update app/src/main/res/layout/fragment_about.xml Remove redundant id. Co-authored-by: Stypox <stypox@pm.me> * Update app/src/main/res/layout/fragment_about.xml Remove redundant id. Co-authored-by: Stypox <stypox@pm.me> * Update app/src/main/res/values/strings.xml Keep the uppercase for consistency. Co-authored-by: Stypox <stypox@pm.me> * Update app/src/main/res/values/strings.xml Modify the description of FAQ. Co-authored-by: Stypox <stypox@pm.me> Co-authored-by: opusforlife2 <53176348+opusforlife2@users.noreply.github.com> Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
parent
2a98cca801
commit
16860603fd
4 changed files with 26 additions and 1 deletions
|
@ -78,6 +78,7 @@ class AboutActivity : AppCompatActivity() {
|
|||
aboutDonationLink.openLink(R.string.donation_url)
|
||||
aboutWebsiteLink.openLink(R.string.website_url)
|
||||
aboutPrivacyPolicyLink.openLink(R.string.privacy_policy_url)
|
||||
faqLink.openLink(R.string.faq_url)
|
||||
return root
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue