61720c3472
Clickable spans in textviews do not normally meet the Android accessibility guidelines of a minimum 48dp square touch target. This can't be fixed with a `TouchDelegate`, as the span is not a separate view to which the delegate can be attached. Add `ClickableSpanTextView`. If used instead of a `TextView`, any spans from `ClickableSpan` will have their touchable area extended to meet the 48dp minimum. The touchable area is still bounded by the size of the view. If two spans are closer together than 48dp then the closest span to the touch wins. Co-authored-by: Konrad Pozniak <connyduck@users.noreply.github.com> |
||
---|---|---|
.. | ||
schemas/com.keylesspalace.tusky.db.AppDatabase | ||
src | ||
build.gradle | ||
getGitSha.gradle | ||
lint-baseline.xml | ||
lint.xml | ||
proguard-rules.pro |