在 ScrollView 我有一个 LinearLayout。在此 LinearLayout 中,我无法添加带有索引的视图。
为什么?
例子:
RelativeLayout relativeLayout = (RelativeLayout) getLayoutInflater().inflate(R.layout.android_messenger_sent_message, null);
TextView inbox_message = (TextView)relativeLayout.findViewById(R.id.sentMessage);
inbox_message.setText(conversationInfo.getBody()+" "+conversationInfo.getId());
linearLayoutGlobal.addView(relativeLayout,i);
其中i
是 1 000 000 中的一个整数,并且它越来越小