From 764e10ba178a592bf74ff862075a0a4c2f9bd7af Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Fri, 25 May 2012 23:18:23 -0400 Subject: [PATCH] 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 --- LocationRinger/res/layout/ringtone_fragment.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LocationRinger/res/layout/ringtone_fragment.xml b/LocationRinger/res/layout/ringtone_fragment.xml index 32e4860..bde96f1 100644 --- a/LocationRinger/res/layout/ringtone_fragment.xml +++ b/LocationRinger/res/layout/ringtone_fragment.xml @@ -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" />