Ringtone Fragment Edittext is no longer focus-able

this enables onclick to be call after one the first click

closes #78

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-05-25 23:18:23 -04:00
parent 8092e5d4c5
commit 764e10ba17

View File

@@ -18,7 +18,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:cursorVisible="false"
android:editable="false" />
android:editable="false"
android:focusable="false" />
<TextView
android:layout_width="match_parent"