349350351352353354355356357358359
final int offset = getView().getPadding().getLeft(); final Location location = getAbsoluteLocation(); location.add(offset, 0); textView.setLocation(location); textView.markDamaged(); } } } @Override
347348349350351352353354355356357
346347348349350351352353354355356