Commit 6a28eb711b3e0acb0d4591ed113b3911aaff58dd
1 parent
afa347fd
约跑线路修改UI
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) { |