Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xabber-android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
xabber-android
Commits
9e6c312c
Commit
9e6c312c
authored
Apr 06, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Main app bar color changed to grey.
parent
a636f99d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
color_arrays.xml
app/src/main/res/values/color_arrays.xml
+1
-2
theme.xml
app/src/main/res/values/theme.xml
+3
-3
No files found.
app/src/main/res/values/color_arrays.xml
View file @
9e6c312c
...
...
@@ -68,8 +68,7 @@
</array>
<color
name=
"color_primary_light"
>
@color/
red_1
00
</color>
<color
name=
"color_primary_light"
>
@color/
grey_2
00
</color>
<color
name=
"account_disabled"
>
@color/black_dividers
</color>
<color
name=
"group_expander"
>
@color/blue_grey_100
</color>
</resources>
\ No newline at end of file
app/src/main/res/values/theme.xml
View file @
9e6c312c
...
...
@@ -13,7 +13,7 @@
along with this program. If not, see http://www.gnu.org/licenses/.
-->
<resources>
<style
name=
"Theme"
parent=
"Theme.AppCompat.Light
.DarkActionBar
"
>
<style
name=
"Theme"
parent=
"Theme.AppCompat.Light"
>
<item
name=
"windowActionBar"
>
false
</item>
<!--for text selection toolbar to be above usual toolbar -->
...
...
@@ -21,7 +21,7 @@
<!--for text selection toolbar color -->
<item
name=
"actionModeBackground"
>
@drawable/myapp_action_mode_background
</item>
<item
name=
"colorPrimary"
>
@color/
red
_500
</item>
<item
name=
"colorPrimaryDark"
>
@color/
red
_700
</item>
<item
name=
"colorPrimary"
>
@color/
grey
_500
</item>
<item
name=
"colorPrimaryDark"
>
@color/
grey
_700
</item>
</style>
</resources>
\ No newline at end of file
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