Commit 80233aba by Kazuyuki Hida

作業リストの件数表示を指定の背景色にした。

・未実施(#e84c17)
・作業中(#0080c6)
・完了(#00b18a)
parent b25150dc
...@@ -90,4 +90,8 @@ ...@@ -90,4 +90,8 @@
<color name="operation_bg">#FFFFFF</color> <color name="operation_bg">#FFFFFF</color>
<color name="bottom_toolbar">#F2F2F2</color> <color name="bottom_toolbar">#F2F2F2</color>
<color name="task_count_not_started">#e84c17</color>
<color name="task_count_working">#0080c6</color>
<color name="task_count_completed">#00b18a</color>
</resources> </resources>
\ No newline at end of file
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
android:textColor="@color/basic_white1" android:textColor="@color/basic_white1"
android:textSize="9pt" android:textSize="9pt"
android:gravity="center" android:gravity="center"
android:background="@color/marking_color_9" android:background="@color/task_count_not_started"
/> />
<TextView <TextView
android:id="@+id/report_count_working" android:id="@+id/report_count_working"
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
android:textColor="@color/basic_white1" android:textColor="@color/basic_white1"
android:textSize="9pt" android:textSize="9pt"
android:gravity="center" android:gravity="center"
android:background="@color/app_color" android:background="@color/task_count_working"
/> />
<TextView <TextView
android:id="@+id/report_count_completed" android:id="@+id/report_count_completed"
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
android:textColor="@color/basic_white1" android:textColor="@color/basic_white1"
android:textSize="9pt" android:textSize="9pt"
android:gravity="center" android:gravity="center"
android:background="@color/marking_color_8" android:background="@color/task_count_completed"
/> />
<LinearLayout <LinearLayout
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
android:textColor="@color/basic_white1" android:textColor="@color/basic_white1"
android:textSize="9pt" android:textSize="9pt"
android:gravity="center" android:gravity="center"
android:background="@color/marking_color_9" android:background="@color/task_count_not_started"
/> />
<TextView <TextView
android:id="@+id/report_count_working" android:id="@+id/report_count_working"
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
android:textColor="@color/basic_white1" android:textColor="@color/basic_white1"
android:textSize="9pt" android:textSize="9pt"
android:gravity="center" android:gravity="center"
android:background="@color/app_color" android:background="@color/task_count_working"
/> />
<TextView <TextView
android:id="@+id/report_count_completed" android:id="@+id/report_count_completed"
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
android:textColor="@color/basic_white1" android:textColor="@color/basic_white1"
android:textSize="9pt" android:textSize="9pt"
android:gravity="center" android:gravity="center"
android:background="@color/marking_color_8" android:background="@color/task_count_completed"
/> />
</LinearLayout> </LinearLayout>
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
android:textColor="@color/basic_white1" android:textColor="@color/basic_white1"
android:textSize="8pt" android:textSize="8pt"
android:gravity="center" android:gravity="center"
android:background="@color/marking_color_9" android:background="@color/task_count_not_started"
/> />
<TextView <TextView
android:id="@+id/report_count_working" android:id="@+id/report_count_working"
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
android:textColor="@color/basic_white1" android:textColor="@color/basic_white1"
android:textSize="8pt" android:textSize="8pt"
android:gravity="center" android:gravity="center"
android:background="@color/app_color" android:background="@color/task_count_working"
/> />
<TextView <TextView
android:id="@+id/report_count_completed" android:id="@+id/report_count_completed"
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
android:textColor="@color/basic_white1" android:textColor="@color/basic_white1"
android:textSize="8pt" android:textSize="8pt"
android:gravity="center" android:gravity="center"
android:background="@color/marking_color_8" android:background="@color/task_count_completed"
/> />
</LinearLayout> </LinearLayout>
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
android:textColor="@color/basic_white1" android:textColor="@color/basic_white1"
android:textSize="9pt" android:textSize="9pt"
android:gravity="center" android:gravity="center"
android:background="@color/marking_color_9" android:background="@color/task_count_not_started"
/> />
<TextView <TextView
android:id="@+id/report_count_working" android:id="@+id/report_count_working"
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
android:textColor="@color/basic_white1" android:textColor="@color/basic_white1"
android:textSize="9pt" android:textSize="9pt"
android:gravity="center" android:gravity="center"
android:background="@color/app_color" android:background="@color/task_count_working"
/> />
<TextView <TextView
android:id="@+id/report_count_completed" android:id="@+id/report_count_completed"
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
android:textColor="@color/basic_white1" android:textColor="@color/basic_white1"
android:textSize="9pt" android:textSize="9pt"
android:gravity="center" android:gravity="center"
android:background="@color/marking_color_8" android:background="@color/task_count_completed"
/> />
</LinearLayout> </LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment