Move AttachmentView to 'messageview' package

This commit is contained in:
cketti 2015-01-15 08:25:43 +01:00
parent 2e05127c97
commit 087238f507
4 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,4 @@
package com.fsck.k9.view;
package com.fsck.k9.ui.messageview;
import java.io.File;

View File

@ -47,8 +47,7 @@ import com.fsck.k9.mailstore.LocalMessage;
import com.fsck.k9.mailstore.MessageViewInfo;
import com.fsck.k9.ui.message.DecodeMessageLoader;
import com.fsck.k9.ui.message.LocalMessageLoader;
import com.fsck.k9.view.AttachmentView;
import com.fsck.k9.view.AttachmentView.AttachmentFileDownloadCallback;
import com.fsck.k9.ui.messageview.AttachmentView.AttachmentFileDownloadCallback;
import com.fsck.k9.view.MessageHeader;
import org.openintents.openpgp.OpenPgpSignatureResult;

View File

@ -57,8 +57,7 @@ import com.fsck.k9.mail.internet.MimeUtility;
import com.fsck.k9.mailstore.MessageViewInfo;
import com.fsck.k9.provider.AttachmentProvider.AttachmentProviderColumns;
import com.fsck.k9.view.AttachmentView;
import com.fsck.k9.view.AttachmentView.AttachmentFileDownloadCallback;
import com.fsck.k9.ui.messageview.AttachmentView.AttachmentFileDownloadCallback;
import com.fsck.k9.view.MessageHeader;
import com.fsck.k9.view.MessageHeader.OnLayoutChangedListener;
import com.fsck.k9.view.MessageWebView;

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<com.fsck.k9.view.AttachmentView
<com.fsck.k9.ui.messageview.AttachmentView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@ -81,4 +81,4 @@
android:layout_width="wrap_content"
android:src="@drawable/ic_email_attachment" />
</LinearLayout>
</com.fsck.k9.view.AttachmentView>
</com.fsck.k9.ui.messageview.AttachmentView>