我创建了一个通过输入密码来更改图像的应用程序。我想在关闭应用程序后将其存储。所以我尝试使用共享首选项。但是我失败了……为什么下面的代码不能工作?
(PS我上传了我的MainActivity的代码。如果你需要其他活动或布局来回答我的问题,然后说我)
<html>
<head>
<title>MainActivity.java</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
.s0 {
color: #cc7832;
}
.s1 {
color: #a9b7c6;
}
.s2 {
color: #6a8759;
}
.s3 {
color: #808080;
}
.ln {
color: #606366;
font-weight: normal;
font-style: normal;
}
</style>
</head>
<body bgcolor="#2b2b2b">
<table CELLSPACING=0 CELLPADDING=5 COLS=1 WIDTH="100%" BGCOLOR="#606060">
<tr>
<td>
<center>
<font face="Arial, Helvetica" color="#000000">
MainActivity.java</font>
</center>
</td>
</tr>
</table>
慕姐8265434
相关分类