Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abook_check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_android
abook_check
Commits
80233aba
Commit
80233aba
authored
Feb 07, 2023
by
Kazuyuki Hida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
作業リストの件数表示を指定の背景色にした。
・未実施(#e84c17) ・作業中(#0080c6) ・完了(#00b18a)
parent
b25150dc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
12 deletions
+17
-12
ABVJE_Res_Default_Android/res/values/colors.xml
+5
-0
ABVJE_UI_Android/res/layout-large/item_operation_list.xml
+3
-3
ABVJE_UI_Android/res/layout-large/item_operation_panel.xml
+3
-3
ABVJE_UI_Android/res/layout-normal/item_operation_list.xml
+3
-3
ABVJE_UI_Android/res/layout-normal/item_operation_panel.xml
+3
-3
No files found.
ABVJE_Res_Default_Android/res/values/colors.xml
View file @
80233aba
...
...
@@ -90,4 +90,8 @@
<color
name=
"operation_bg"
>
#FFFFFF
</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>
\ No newline at end of file
ABVJE_UI_Android/res/layout-large/item_operation_list.xml
View file @
80233aba
...
...
@@ -80,7 +80,7 @@
android:textColor=
"@color/basic_white1"
android:textSize=
"9pt"
android:gravity=
"center"
android:background=
"@color/
marking_color_9
"
android:background=
"@color/
task_count_not_started
"
/>
<TextView
android:id=
"@+id/report_count_working"
...
...
@@ -91,7 +91,7 @@
android:textColor=
"@color/basic_white1"
android:textSize=
"9pt"
android:gravity=
"center"
android:background=
"@color/
app_color
"
android:background=
"@color/
task_count_working
"
/>
<TextView
android:id=
"@+id/report_count_completed"
...
...
@@ -102,7 +102,7 @@
android:textColor=
"@color/basic_white1"
android:textSize=
"9pt"
android:gravity=
"center"
android:background=
"@color/
marking_color_8
"
android:background=
"@color/
task_count_completed
"
/>
<LinearLayout
...
...
ABVJE_UI_Android/res/layout-large/item_operation_panel.xml
View file @
80233aba
...
...
@@ -66,7 +66,7 @@
android:textColor=
"@color/basic_white1"
android:textSize=
"9pt"
android:gravity=
"center"
android:background=
"@color/
marking_color_9
"
android:background=
"@color/
task_count_not_started
"
/>
<TextView
android:id=
"@+id/report_count_working"
...
...
@@ -77,7 +77,7 @@
android:textColor=
"@color/basic_white1"
android:textSize=
"9pt"
android:gravity=
"center"
android:background=
"@color/
app_color
"
android:background=
"@color/
task_count_working
"
/>
<TextView
android:id=
"@+id/report_count_completed"
...
...
@@ -88,7 +88,7 @@
android:textColor=
"@color/basic_white1"
android:textSize=
"9pt"
android:gravity=
"center"
android:background=
"@color/
marking_color_8
"
android:background=
"@color/
task_count_completed
"
/>
</LinearLayout>
...
...
ABVJE_UI_Android/res/layout-normal/item_operation_list.xml
View file @
80233aba
...
...
@@ -90,7 +90,7 @@
android:textColor=
"@color/basic_white1"
android:textSize=
"8pt"
android:gravity=
"center"
android:background=
"@color/
marking_color_9
"
android:background=
"@color/
task_count_not_started
"
/>
<TextView
android:id=
"@+id/report_count_working"
...
...
@@ -101,7 +101,7 @@
android:textColor=
"@color/basic_white1"
android:textSize=
"8pt"
android:gravity=
"center"
android:background=
"@color/
app_color
"
android:background=
"@color/
task_count_working
"
/>
<TextView
android:id=
"@+id/report_count_completed"
...
...
@@ -112,7 +112,7 @@
android:textColor=
"@color/basic_white1"
android:textSize=
"8pt"
android:gravity=
"center"
android:background=
"@color/
marking_color_8
"
android:background=
"@color/
task_count_completed
"
/>
</LinearLayout>
...
...
ABVJE_UI_Android/res/layout-normal/item_operation_panel.xml
View file @
80233aba
...
...
@@ -53,7 +53,7 @@
android:textColor=
"@color/basic_white1"
android:textSize=
"9pt"
android:gravity=
"center"
android:background=
"@color/
marking_color_9
"
android:background=
"@color/
task_count_not_started
"
/>
<TextView
android:id=
"@+id/report_count_working"
...
...
@@ -64,7 +64,7 @@
android:textColor=
"@color/basic_white1"
android:textSize=
"9pt"
android:gravity=
"center"
android:background=
"@color/
app_color
"
android:background=
"@color/
task_count_working
"
/>
<TextView
android:id=
"@+id/report_count_completed"
...
...
@@ -75,7 +75,7 @@
android:textColor=
"@color/basic_white1"
android:textSize=
"9pt"
android:gravity=
"center"
android:background=
"@color/
marking_color_8
"
android:background=
"@color/
task_count_completed
"
/>
</LinearLayout>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment