blob: ba65505258747f868202049e1eaacad2f26c8bd1 [file] [log] [blame]
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/txtview"
android:layout_width="200dip"
android:layout_height="60dip"
android:textIsSelectable="true"
android:focusable="true"
android:focusableInTouchMode="true"
/>