毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> 移动平台 >> 正文

You must supply a resource ID for a TextView

更新时间:2014-11-22:  来源:毕业论文
owView) {
            this.rowView = rowView;
 
            name = (TextView) rowView.findViewById(R.id.et_name);
            address = (TextView) rowView.findViewById(R.id.et_address);
            icon = (ImageView) rowView.findViewById(R.id.iv_icon);
        }
 
        void populateFrom(Address r) {
            name.setText(r.getName());
            address.setText(r.getAddress());
 
            if (r.getType().equals("sit_down")) {
                icon.setImageResource(R.drawable.ball_red);
            } else if (r.getType().equals("take_out")) {
                icon.setImageResource(R.drawable.ball_yellow);
            } else {
                icon.setImageResource(R.drawable.ball_green);
            }
        }
    }
 
    @Override
    public boolean onCreateOptionsMenu(Menu menu) {
        // Inflate the menu; this adds items to the action bar if it is present.
        getMenuInflater().inflate(R.menu.main, menu);
        return true;
    }
}

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              android:layout_width="fill_parent"
              android:layout_height="wrap_content"
              android:orientation="horizontal"
        >
 
    <ImageView
            android:id="@+id/iv_icon"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:layout_marginRight="4px"
            >
    </ImageView>
 
    <LinearLayout
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:orientation="vertical">
 
        <TextView
                android:id="@+id/tv_name"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:layout_weight="1"
                android:gravity="center_vertical"
                android:textStyle="bold"
                android:singleLine="true"
                android:ellipsize="end"
                ></TextView>
 
        <TextView
                android:id="@+id/tv_address"
      &nb

上一页  [1] [2] [3] [4] 下一页

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。