-package com.acmetensortoys.ctfwstimer;
+package com.acmetensortoys.ctfwstimer.utils;
import android.app.AlertDialog;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
+import com.acmetensortoys.ctfwstimer.R;
+
public class DefaultableEditTextPreference extends EditTextPreference {
// GAH! Our parent Preference has this as a private field. Grrr Android!
private String defText;
<?xml version="1.0" encoding="utf-8"?>\r
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">\r
\r
- <com.acmetensortoys.ctfwstimer.DefaultableEditTextPreference\r
+ <com.acmetensortoys.ctfwstimer.utils.DefaultableEditTextPreference\r
android:selectAllOnFocus="true"\r
android:singleLine="true"\r
android:key="server"\r