mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-30 21:07:11 +01:00
Add BetterLinkMovementMethod to Acknowledgement.
This commit is contained in:
parent
0887b53426
commit
2f47451986
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user