#51417 ステータス表示追加
作業一覧画面に、ステータス別の報告数を表示するようにした。 併せて、パノラマ機能は@Formにはないということだったので、可読性のために削除した。
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
39 38 public static final String TaskReportKey = "taskReportKey"; // 作業報告キー 40 39 public static final String TaskReportInfo = "taskReportInfo"; // 作業報告データ 41 40 41 public static final String ReportLockUserId = "reportLockUserId"; // 報告ロックユーザId 42 public static final String ReportLockUserName = "reportLockUserName"; // 報告ロックユーザ名 43 public static final String ReportLockTime = "reportLockTime"; // 報告ロック日時 44 public static final String SendBackUserId = "sendBackUserId"; // 差し戻しユーザId 差し戻された場合のみ 45 public static final String SendBackUserName = "sendBackUserName"; // 差し戻しユーザ名 差し戻された場合のみ 46 public static final String SendBackComment = "sendBackComment"; // 確認コメント 差し戻された場合のみ 47 -
Developer
APIの変更に合わせて修正しました。
-
-
92 android:textSize="9pt" 93 android:gravity="center" 94 android:background="@color/app_color" 95 /> 96 <TextView 97 android:id="@+id/report_count_completed" 98 android:layout_width="@dimen/report_status_width_1" 99 android:layout_height="@dimen/report_status_height_1" 100 android:layout_margin="4dp" 101 android:layout_gravity="center_vertical" 102 android:textColor="@color/basic_white1" 103 android:textSize="9pt" 104 android:gravity="center" 105 android:background="@color/marking_color_8" 106 /> 107 -
Developer
ステータス別、報告数を表示するTextViewを追加しました。
-
-
changed the description
Toggle commit list -
94 </LinearLayout> 95 96 <LinearLayout 97 android:layout_width="wrap_content" 98 android:layout_height="match_parent" 99 android:layout_gravity="right" 47 100 android:gravity="right" 48 101 android:orientation="horizontal"> 49 102 50 103 <ImageButton 51 android:id="@+id/btn_pano_edit" 52 android:layout_width="wrap_content" 53 android:layout_height="wrap_content" 54 android:background="@drawable/ic_edit_panel" 55 android:visibility="invisible" /> 56 -
Developer
パノラマ機能のボタンを削除
-
-
-
unmarked as a Work In Progress
Toggle commit list -
merged
Toggle commit list