摘要: 1 package net.etmobile.widget; 2 3 import net.etmobile.R; 4 5 public class SubText extends LinearLayout { 6 private final static String TAG = "SubText"; 7 8 private TextView titleTextView; 9 private TextView subTextView;10 private View mView;11 private OnClickListener mClickL... 阅读全文
posted @ 2012-03-31 13:40 骨头 阅读(447) 评论(0) 推荐(1) 编辑