Commit 9ae0c45aa7d2c069e27bd1f7537b2e355fe0c8b3
Merge branch 'master' of bj.gitlab.cnlive.com:cnlive-team/ModulePedometer
Showing
1 changed file
with
1 additions
and
1 deletions
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/ui/adapter/MyRecordAdapter.java
| @@ -70,7 +70,7 @@ public class MyRecordAdapter extends RecyclerView.Adapter<MyRecordAdapter.MyView | @@ -70,7 +70,7 @@ public class MyRecordAdapter extends RecyclerView.Adapter<MyRecordAdapter.MyView | ||
| 70 | TextView check_raking; | 70 | TextView check_raking; |
| 71 | TextView my_record; | 71 | TextView my_record; |
| 72 | FivePersonIconView join_person; | 72 | FivePersonIconView join_person; |
| 73 | - LinearLayout item_ly; | 73 | + RelativeLayout item_ly; |
| 74 | RelativeLayout my_record_ry; | 74 | RelativeLayout my_record_ry; |
| 75 | 75 | ||
| 76 | public MyViewHolder(@NonNull View itemView) { | 76 | public MyViewHolder(@NonNull View itemView) { |