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
37120e0a
Commit
37120e0a
authored
Jun 10, 2019
by
Lee Jaebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ダイアログツールバー色分け
parent
a9c80819
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ABVJE_Res_Default_Android/res/values/colors.xml
+1
-0
ABVJE_UI_Android/res/values/themes_style.xml
+2
-2
No files found.
ABVJE_Res_Default_Android/res/values/colors.xml
View file @
37120e0a
...
...
@@ -60,6 +60,7 @@
<color
name=
"content_list_background"
>
#123456
</color>
<color
name =
"mydata_date_color"
>
#698BA9
</color>
<color
name=
"app_color"
>
#0096e5
</color>
<color
name=
"dialog_toolbar_color"
>
#37648c
</color>
<color
name=
"basic_blue1"
>
#5781a9
</color>
<color
name=
"basic_blue2"
>
#a4bcc6
</color>
...
...
ABVJE_UI_Android/res/values/themes_style.xml
View file @
37120e0a
...
...
@@ -35,8 +35,8 @@
<item
name=
"android:fullBright"
>
@android:color/transparent
</item>
<item
name=
"android:fullDark"
>
@android:color/transparent
</item>
<item
name=
"android:topBright"
>
@color/
app
_color
</item>
<item
name=
"android:topDark"
>
@color/
app
_color
</item>
<item
name=
"android:topBright"
>
@color/
dialog_toolbar
_color
</item>
<item
name=
"android:topDark"
>
@color/
dialog_toolbar
_color
</item>
<item
name=
"android:centerBright"
>
@color/background
</item>
<item
name=
"android:centerDark"
>
@color/background
</item>
...
...
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