Add BetterLinkMovementMethod to Acknowledgement.

This commit is contained in:
Alex Ning 2021-01-08 14:08:08 +08:00
parent 0887b53426
commit 2f47451986

View File

@ -122,6 +122,9 @@ public class AcknowledgementFragment extends Fragment {
"usage and full featured image loading choices. Powered by Subsampling Scale " +
"Image View, Fresco, Glide, and Picasso. Even with gif and webp support!",
Uri.parse("https://github.com/Piasy/BigImageViewer")));
acknowledgements.add(new Acknowledgement("BetterLinkMovementMethod",
"Attempts to improve how clickable links are detected, highlighted and handled in TextView.",
Uri.parse("https://github.com/saket/Better-Link-Movement-Method")));
AcknowledgementRecyclerViewAdapter adapter = new AcknowledgementRecyclerViewAdapter(activity, acknowledgements);
recyclerView.setLayoutManager(new LinearLayoutManager(activity));