mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Start moving custom views into the view/ hierarchy
This commit is contained in:
parent
85eb17e88d
commit
f97d4289ca
@ -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
|
||||
{
|
||||
|
@ -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;
|
Loading…
Reference in New Issue
Block a user