Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishna Vemulavada
/
vera_2.1_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
53caff81
authored
Apr 04, 2018
by
Kunj Gupta
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Added tool bar image color in all flavors.
parent
986d9789
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
30 additions
and
11 deletions
app/src/arrow/res/values/colors.xml
app/src/citrix/res/values/colors.xml
app/src/ge/res/values/colors.xml
app/src/main/res/drawable/custom_refresh_icon.xml
app/src/main/res/layout/home_screen.xml
app/src/main/res/layout/toolbar_with_refresh_option.xml
app/src/main/res/values/colors.xml
app/src/uofl/res/values/colors.xml
app/src/vportal/res/values/colors.xml
app/src/arrow/res/values/colors.xml
View file @
53caff81
...
...
@@ -4,11 +4,14 @@
<color
name=
"colorPrimaryDark"
>
#00A1DB
</color>
<color
name=
"colorAccent"
>
#1a4a7d
</color>
<color
name=
"tool_bar_title_color"
>
@color/colorPrimaryDark
</color>
<color
name=
"view_not_implemented_color"
>
#ff0000
</color>
<color
name=
"submit_button_bg_color"
>
@color/colorPrimaryDark
</color>
<!--Login Screen-->
<color
name=
"login_screen_login_button_background_color"
>
@color/colorPrimaryDark
</color>
<color
name=
"login_screen_edit_text_background_color"
>
@color/colorPrimaryDark
</color>
<!--Toolbar image color-->
<color
name=
"tool_bar_image_color"
>
@color/colorPrimaryDark
</color>
<color
name=
"tool_bar_title_color"
>
@color/colorPrimaryDark
</color>
</resources>
app/src/citrix/res/values/colors.xml
View file @
53caff81
...
...
@@ -13,4 +13,7 @@
<color
name=
"screen_bg_color"
>
@color/colorPrimaryDark
</color>
<!--Toolbar image color-->
<color
name=
"tool_bar_image_color"
>
@color/colorPrimaryDark
</color>
<color
name=
"tool_bar_title_color"
>
@color/colorPrimaryDark
</color>
</resources>
app/src/ge/res/values/colors.xml
View file @
53caff81
...
...
@@ -3,11 +3,14 @@
<color
name=
"colorPrimary"
>
#05183d
</color>
<color
name=
"colorPrimaryDark"
>
#05183d
</color>
<color
name=
"colorAccent"
>
#1a4a7d
</color>
<color
name=
"tool_bar_title_color"
>
@color/colorPrimaryDark
</color>
<color
name=
"view_not_implemented_color"
>
#ff0000
</color>
<color
name=
"submit_button_bg_color"
>
@color/colorPrimaryDark
</color>
<!--Login Screen-->
<color
name=
"login_screen_login_button_background_color"
>
@color/colorPrimaryDark
</color>
<color
name=
"login_screen_edit_text_background_color"
>
@color/colorPrimaryDark
</color>
<!--Toolbar image color-->
<color
name=
"tool_bar_image_color"
>
@color/colorPrimaryDark
</color>
<color
name=
"tool_bar_title_color"
>
@color/colorPrimaryDark
</color>
</resources>
app/src/main/res/drawable/custom_refresh_icon.xml
View file @
53caff81
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item>
<bitmap
android:src=
"@drawable/refresh_icon"
android:tint=
"@color/
colorPrimaryDark
"
/>
<bitmap
android:src=
"@drawable/refresh_icon"
android:tint=
"@color/
tool_bar_image_color
"
/>
</item>
</layer-list>
\ No newline at end of file
app/src/main/res/layout/home_screen.xml
View file @
53caff81
...
...
@@ -31,7 +31,7 @@
android:layout_alignParentLeft=
"true"
android:layout_centerVertical=
"true"
android:src=
"@drawable/home_icon"
android:tint=
"@color/tool_bar_
titl
e_color"
/>
android:tint=
"@color/tool_bar_
imag
e_color"
/>
<TextView
style=
"@style/TextAppearance.AppCompat.Widget.ActionBar.Title"
...
...
@@ -49,7 +49,7 @@
android:layout_alignParentRight=
"true"
android:layout_centerVertical=
"true"
android:src=
"@drawable/logout_icon"
android:tint=
"@color/tool_bar_
titl
e_color"
/>
android:tint=
"@color/tool_bar_
imag
e_color"
/>
</RelativeLayout>
</android.support.v7.widget.Toolbar>
...
...
app/src/main/res/layout/toolbar_with_refresh_option.xml
View file @
53caff81
...
...
@@ -23,7 +23,7 @@
android:id=
"@+id/toolbar_refresh_icon"
android:layout_width=
"@dimen/uofl_tool_bar_refresh_button_width"
android:layout_height=
"@dimen/uofl_tool_bar_refresh_button_height"
android:tint=
"@color/tool_bar_
titl
e_color"
android:tint=
"@color/tool_bar_
imag
e_color"
android:src=
"@drawable/refresh_icon"
/>
<ProgressBar
...
...
app/src/main/res/values/colors.xml
View file @
53caff81
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color
name=
"colorPrimary"
>
#6F9A3E
</color>
<color
name=
"colorPrimaryDark"
>
#
A9A9A9
</color>
<color
name=
"colorPrimaryDark"
>
#
6F9A3E
</color>
<color
name=
"colorAccent"
>
#6F9A3E
</color>
<color
name=
"item_gb_color"
>
#000000
</color>
<color
name=
"error_color"
>
#6F9A3E
</color>
...
...
@@ -17,10 +17,13 @@
<color
name=
"back_button_bg_color"
>
#4f0307
</color>
<color
name=
"submit_button_bg_color"
>
#6F9A3E
</color>
<color
name=
"divider_color"
>
#c9c8cc
</color>
<color
name=
"tool_bar_title_color"
>
#6F9A3E
</color>
<color
name=
"light_gray"
>
#BCBABA
</color>
<!--Toolbar image color-->
<color
name=
"tool_bar_image_color"
>
@color/colorPrimaryDark
</color>
<color
name=
"tool_bar_title_color"
>
@color/colorPrimaryDark
</color>
<!--Login Screen-->
<color
name=
"login_screen_login_button_background_color"
>
@color/colorPrimaryDark
</color>
<color
name=
"login_screen_edit_text_background_color"
>
@color/colorPrimaryDark
</color>
...
...
app/src/uofl/res/values/colors.xml
View file @
53caff81
...
...
@@ -17,5 +17,8 @@
<color
name=
"back_button_bg_color"
>
#4f0307
</color>
<color
name=
"submit_button_bg_color"
>
#e31b22
</color>
<color
name=
"divider_color"
>
#c9c8cc
</color>
<color
name=
"tool_bar_title_color"
>
#E41B23
</color>
<!--Toolbar image color-->
<color
name=
"tool_bar_image_color"
>
@color/colorPrimaryDark
</color>
<color
name=
"tool_bar_title_color"
>
@color/colorPrimaryDark
</color>
</resources>
app/src/vportal/res/values/colors.xml
View file @
53caff81
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color
name=
"colorPrimary"
>
#6F9A3E
</color>
<color
name=
"colorPrimaryDark"
>
#
A9A9A9
</color>
<color
name=
"colorPrimaryDark"
>
#
6F9A3E
</color>
<color
name=
"colorAccent"
>
#6F9A3E
</color>
<color
name=
"item_gb_color"
>
#000000
</color>
<color
name=
"error_color"
>
#6F9A3E
</color>
...
...
@@ -17,5 +17,8 @@
<color
name=
"back_button_bg_color"
>
#4f0307
</color>
<color
name=
"submit_button_bg_color"
>
#6F9A3E
</color>
<color
name=
"divider_color"
>
#c9c8cc
</color>
<color
name=
"tool_bar_title_color"
>
#6F9A3E
</color>
<!--Toolbar image color-->
<color
name=
"tool_bar_image_color"
>
@color/colorPrimaryDark
</color>
<color
name=
"tool_bar_title_color"
>
@color/colorPrimaryDark
</color>
</resources>
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