1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

missing import

This commit is contained in:
Nikolay Pultsin 2011-06-09 00:10:33 +01:00
parent 9d17e00cc7
commit 493584f183

View file

@ -29,6 +29,7 @@ import android.widget.RelativeLayout;
import org.geometerplus.zlibrary.core.filesystem.ZLFile;
import org.geometerplus.zlibrary.text.view.ZLTextView;
import org.geometerplus.zlibrary.text.hyphenation.ZLTextHyphenator;
import org.geometerplus.zlibrary.ui.android.R;