android - Edit text gave late response to key press -
i setting above image background edit text. problem edit text give late response key press. below xml edit text declaration
<com.spsoft.batterycheck.controls.robotaboldedittext android:id="@+id/edit_batteryname" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_gravity="right" android:layout_weight="0.50" android:layout_marginright="5dp" android:background="@drawable/box" android:cursorvisible="true" android:gravity="left|center_vertical" android:inputtype="textpersonname" android:paddingleft="10dp" android:singleline="true" android:maxlength="32" android:scrollhorizontally="true" android:textsize="@dimen/edit_text_digital_size" />
set property edittext
android:focusable="true"
Comments
Post a Comment