You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
Would be nice to use some sort of badge to identify forked/mirrored/private repos in the repo list. Maybe this could be achieved by using a separate TextView with a border (with rounded corners) around it or even using a custom Spannable to use the "badge" in the same TextView
The text was updated successfully, but these errors were encountered:
(One known issue with this is that the styling will break if the text in the span contains a line break. That should never happen anyway because the badges would be the first "words" displayed in the TextView)
Would be nice to use some sort of badge to identify forked/mirrored/private repos in the repo list. Maybe this could be achieved by using a separate
TextView
with a border (with rounded corners) around it or even using a customSpannable
to use the "badge" in the sameTextView
The text was updated successfully, but these errors were encountered: