X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=src%2Fcom%2Fhughes%2Fandroid%2Fdictionary%2FDictionaryManagerActivity.java;h=8ca3c92aea6f02632db1e08bf1e9ffb268633b92;hb=e9b9f5771bd4e4fd0d0fc1154949ed51a477ad6a;hp=65e9bf32cec4e08319d9d43f4eb623425fe89f10;hpb=974c26158ad233cf301a20003705b04947ad3403;p=Dictionary.git diff --git a/src/com/hughes/android/dictionary/DictionaryManagerActivity.java b/src/com/hughes/android/dictionary/DictionaryManagerActivity.java index 65e9bf3..8ca3c92 100644 --- a/src/com/hughes/android/dictionary/DictionaryManagerActivity.java +++ b/src/com/hughes/android/dictionary/DictionaryManagerActivity.java @@ -14,9 +14,6 @@ package com.hughes.android.dictionary; -import com.hughes.android.dictionary.DictionaryInfo.IndexInfo; -import com.hughes.android.util.IntentLauncher; - import android.app.ListActivity; import android.content.Intent; import android.content.SharedPreferences; @@ -49,6 +46,9 @@ import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; +import com.hughes.android.dictionary.DictionaryInfo.IndexInfo; +import com.hughes.android.util.IntentLauncher; + import java.io.File; import java.util.ArrayList; import java.util.List;