Start moving custom views into the view/ hierarchy

This commit is contained in:
Jesse Vincent 2010-12-13 00:17:44 +00:00
parent 85eb17e88d
commit f97d4289ca
2 changed files with 4 additions and 2 deletions

View File

@ -87,7 +87,7 @@ import com.fsck.k9.mail.store.LocalStore.LocalAttachmentBodyPart;
import com.fsck.k9.mail.store.LocalStore.LocalMessage;
import com.fsck.k9.mail.store.LocalStore.LocalTextBody;
import com.fsck.k9.provider.AttachmentProvider;
import com.fsck.k9.web.AccessibleWebView;
import com.fsck.k9.view.AccessibleWebView;
public class MessageView extends K9Activity implements OnClickListener
{

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.fsck.k9.web;
package com.fsck.k9.view;
import android.content.Context;
import android.content.Intent;
@ -25,6 +25,8 @@ import android.webkit.WebSettings;
import android.webkit.WebView;
import android.widget.TextView;
import com.fsck.k9.web.AccessibleEmailContentActivity;
public class AccessibleWebView extends TextView
{
private Context mContext;