blob: 45c06a4a63e5117a3a7cd6ca26e2d61e17c24021 (
plain)
1
2
3
4
5
6
7
8
9
|
package cgeo.geocaching.compatibility;
import android.widget.TextView;
public interface AndroidLevel11Interface {
void setTextIsSelectable(TextView textView, boolean selectable);
}
|