代码如下:
import android.content.Context;
import android.preference.Preference;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.RatingBar;
import android.widget.TextView;
import com.tcad.marketassistant.R;
public class CommentsPreference extends Preference {
private LayoutInflater inflater;
private String rating;
private String author;
private String date;
private String content;
public CommentsPreference(Context context) {
super(context);
inflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
}
@Override
protected View onCreateView(ViewGroup parent) {
View v = inflater.inflate(R.layout.comments, null);
RatingBar r = (RatingBar)v.findViewById(R.id.com_rating);
TextView a = (TextView)v.findViewById(R.id.com_author);
TextView d = (TextView)v.findViewById(R.id.com_date);
TextView c = (TextView)v.findViewById(R.id.com_content);
if(rating!=null){
r.setRating(Float.parseFloat(rating));
}
if(author!=null){
a.setText(author);
}
if(date!=null){
d.setText(date);
}
if(content!=null){
c.setText(content);
}
return v;
}
public void setRaingAuthorDateContent(String rating,String author,String date,String content){
this.rating = rating;
this.author = author;
this.date = date;
this.content = content;
}
}
需要注意的是在onCreateView而不是onBindView中
分享到:
相关推荐
改写: 包含文件RewriteCF.py;用numpy等库重写了一遍Phase2EC的算法;算法思想一致,稍微提高了一些性能 阶段3阶段: 包含文件Phase3.py;在Rewrite的基础上进一步延伸;不是取基于用户或项目的协同过滤算法的算术...
但是GapFile只能通过设置preference( )来设置存储路径,很不方便。所以改写了gapfile用法因为整个插件只有一个js文件,所以使用时将quickfile.js复制到www/js目录即可。需要在在index.html中手动引用该文件。添加...
- **preference**: 对某事物的偏好或优先选择。 - **beneath**: 介词,表示在下方的位置。 - **currency**: 货币或流通的通货。 - **warmth**: 温暖,可以指温度、情感的热情或激动。 - **adapt**: 适应环境或...
2. (--a)%b可能为负数,原来没注意到,引发了改写mcb的内存错误。 3. 发包序号策略改善,不再每次发包都递增。 Version 1.9 (2008-7-15) New features: 1. 重新策划程序,采用QQ2008贺岁版协议。 2. 原来的group...
2. (--a)%b可能为负数,原来没注意到,引发了改写mcb的内存错误。 3. 发包序号策略改善,不再每次发包都递增。 Version 1.9 (2008-7-15) New features: 1. 重新策划程序,采用QQ2008贺岁版协议。 2. 原来的group...
- **例句**:Adjust the settings according to your preference. ##### 28. admit of - **释义**:……的可能,留有的余地 - **例句**:The situation admits of no further delay. ##### 29. in advance - **...
- Adjust the settings according to your preference. - He needed to adjust his schedule to accommodate the new project. #### 31. have an advantage over - **含义**:在…方面占优势。 - **例句**: - ...