Browse Source

no message

master
lh 7 years ago
parent
commit
97808001ae
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      app/src/main/java/com/qhclh/ytzh/work/Poultrydailyreport/YuchuFragment.java
  2. +1
    -1
      app/src/main/res/layout/view_second.xml

+ 1
- 1
app/src/main/java/com/qhclh/ytzh/work/Poultrydailyreport/YuchuFragment.java View File

@ -83,7 +83,7 @@ public class YuchuFragment extends BaseFragment {
TextView item3 = view2.findViewById(R.id.item3);
TextView item4 = view2.findViewById(R.id.item4);
item1.setText(detailsList.get(j).getString("Batch_Name"));
item1.setText("批次:"+detailsList.get(j).getLong("Batch_ID"));
item2.setText("周龄:"+detailsList.get(j).getString("Week"));
item3.setText("死淘:"+detailsList.get(j).getInt("SiTaoNumber"));
item4.setText("成活率:"+detailsList.get(j).getDecimal("SurvivalRate").multiply(new BigDecimal("100")).stripTrailingZeros().toPlainString()+"%");


+ 1
- 1
app/src/main/res/layout/view_second.xml View File

@ -27,7 +27,7 @@
android:id="@+id/item3"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="5"
android:layout_weight="6"
android:textColor="@color/black303030"
android:textSize="@dimen/text_size_14" />


Loading…
Cancel
Save