반응형
ImageView topview =(ImageView)this.findViewById(R.id.Todo_top_img);
TextView inText =(TextView)this.findViewById(R.id.in_text);
ImageView topview =(ImageView)this.findViewById(R.id.Todo_top_img);
TextView inText =(TextView)this.findViewById(R.id.in_text);
inText.setMaxHeight(20); // ImageView 최대크기 설정
반응형