Skip to content

Conversation

@HeyBean-Xx
Copy link

No description provided.

RecyclerView recyclerView = (RecyclerView) findViewById(R.id.rvRecyclerView);
recyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.VERTICAL, false));
recyclerView.setAdapter(userAdapter);
RecyclerView recy_list = findViewById(R.id.recy_list);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不建议使用下划线命名规则。使用recyList

import com.nd.frt.recentconversation.model.UserInfo;

public class DetailActivity extends AppCompatActivity {
public static final String PARAM_USER_INFO = " user_info";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

空行

android:layout_marginLeft="80dp"
android:layout_marginTop="40dp"
android:textSize="16dp"
android:text="wsmwsmwsmwsm" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

测试代码,去除text属性

@frtmobileapp frtmobileapp changed the title 17023136+吴世冕 17023136+吴世冕 返工修改 Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants